DatabaseHandler

interface DatabaseHandler

Functions

Link copied to clipboard
abstract suspend fun createNamespaces(namespaces: Collection<String>)

Create the namespaces (typically something like create schema).

Link copied to clipboard
abstract fun execute(sql: Sql)