DatabaseBuilder
Abstract builder class for constructing a DatabaseProvider.
Properties
Link copied to clipboard
When true, org.jetbrains.exposed.v1.jdbc.SchemaUtils.createMissingTablesAndColumns is used instead of org.jetbrains.exposed.v1.jdbc.SchemaUtils.create, so new columns added to existing tables are applied automatically on start-up.
Link copied to clipboard
The database configuration.
Functions
Link copied to clipboard
Builds and returns a DatabaseProvider instance.
Link copied to clipboard
Registers one or more Migration steps. Migrations are applied in ascending Migration.version order after schema initialisation.