klyn.databases.sql.postgresql.PostgreSQLOptions.PostgreSQLOptions
constructor
public PostgreSQLOptions(host as String = "localhost",
port as Int = 5432,
database as String = "postgres",
userName as String = "",
password as String = "",
sslMode as String = "prefer",
connectTimeoutMillis as Int = 30000,
socketTimeoutMillis as Int = 0):