SqkonDatabaseType

sealed interface SqkonDatabaseType(source)

Where the database lives. Replaces the eygraber AndroidxSqliteDatabaseType in the public API.

Inheritors

Types

Link copied to clipboard
data class FileBacked(val path: String) : SqkonDatabaseType

File-backed database at path.

Link copied to clipboard

In-memory database; dropped when the driver closes. Single connection (no reader pool).