Jdbc

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.