Package-level declarations

Types

Link copied to clipboard
open class StorageTable(name: String = "") : Table

Functions

Link copied to clipboard
inline fun <T : Any> Storage.Companion.Jdbc(dataSource: DataSource, tableName: String = T::class.java.simpleName, autoMarshalling: AutoMarshalling = Moshi): Storage<T>

Database-backed storage implementation. Automatically marshals objects to and from string-value format.