ExposedDatabaseManager

Contains database utilities and table definitions for constructing transactions

Properties

Link copied to clipboard
private val database: Database
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun connect(): Database

Connect to the database just once and return the same Database

Link copied to clipboard
open fun connectOrNull(): Database?