AsyncDBConfig

Async Platform Database Connection Configuration

Configures how the async compute platform library will connect to its managed PostgreSQL instance.

Author

Elizabeth Paige Harper https://github.com/foxcapades

Since

1.0.0

Constructors

Link copied to clipboard
constructor(dbName: String, username: String, password: String, host: String)

Creates a new AsyncDBConfig instance.

constructor(dbName: String, username: String, password: String, host: String, poolSize: Int)

Creates a new AsyncDBConfig instance.

constructor(dbName: String, username: String, password: String, host: String, port: Int, poolSize: Int)

Creates a new AsyncDBConfig instance.

Types

Link copied to clipboard
class Builder

Async DB Config Builder

Link copied to clipboard
object Companion