Functions
Link copied to clipboard
Create a DatabaseFactory from a DatabaseConfig.
Link copied to clipboard
fun postgresql(host: String, port: Int = 5432, database: String, username: String, password: String, poolSize: Int = 10): DatabaseFactory
Create a PostgreSQL database factory.
Link copied to clipboard
Create a SQLite database factory.