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