Async DBConfig
class 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
Creates a new AsyncDBConfig instance.
Creates a new AsyncDBConfig instance.
constructor(dbName: String, username: String, password: String, host: String, port: Int, poolSize: Int)
Creates a new AsyncDBConfig instance.