Package-level declarations
Types
Link copied to clipboard
Manages the initialization of core PostgreSQL types and functions required by the Octavius framework.
Link copied to clipboard
internal class DatabaseAccess(jdbcTemplate: JdbcTemplate, transactionProvider: JdbcTransactionProvider, typeRegistry: TypeRegistry, kotlinToPostgresConverter: KotlinToPostgresConverter, listenerConnectionFactory: () -> Connection, onClose: () -> Unit? = null) : DataAccess
Link copied to clipboard
object OctaviusDatabase
Central management and entry point for the Octavius Database framework.