key Value Storage
inline fun <T : Any> keyValueStorage(entityName: String, entityQueries: EntityQueries, metadataQueries: MetadataQueries, scope: ERROR CLASS: Symbol not found for CoroutineScope, serializer: SqkonSerializer = KotlinSqkonSerializer(), config: KeyValueStorage.Config = KeyValueStorage.Config(), readDispatcher: ERROR CLASS: Symbol not found for CoroutineDispatcher = dbReadDispatcher, writeDispatcher: ERROR CLASS: Symbol not found for CoroutineDispatcher = dbWriteDispatcher, transactor: SqkonTransacter = SqkonTransacter(entityQueries.sqlDriver)): KeyValueStorage<T>(source)
Parameters
serializer
if providing your own, recommend using SqkonJson builder.