DatabaseFactory

Database factory for creating and managing database connections. Provides a fluent builder API and connection pooling via HikariCP.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun close()

Close the database connections and shutdown the connection pool.

Link copied to clipboard

Initialize the database and return a KeelDatabase instance. This creates the connection pool and registers the database with Exposed.