Builder

class Builder

Async DB Config Builder

Author

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

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Database name.

Link copied to clipboard
var host: String?

Database instance hostname.

Link copied to clipboard

Credentials password.

Link copied to clipboard

Max database connection pool size.

Link copied to clipboard
var port: Int

Database instance host port.

Link copied to clipboard

Credentials username.

Functions

Link copied to clipboard
Link copied to clipboard

Sets the PostgreSQL database name.

Link copied to clipboard

Sets the hostname setting for the PostgreSQL database.

Link copied to clipboard

Sets the connection credentials password.

Link copied to clipboard

Sets the max pool size.

Link copied to clipboard

Sets the port setting for the PostgreSQL database.

Link copied to clipboard

Sets the connection credentials username.