PostgreSQL
constructor(url: String, username: String, password: String, options: <Error class: unknown class> = Driver.Pool.Options())
Parameters
url
The URL of the PostgreSQL database to connect to.
username
The username used for authentication.
password
The password used for authentication.
options
Optional pool configuration, defaulting to Driver.Pool.Options
.