kmp-kvs-storage
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-kvs-storage
kvs-persistence-optimized
/
com.santimattius.kvs.persistence.optimized.db
Package-level
declarations
Types
Types
Kvs
Database
Link copied to clipboard
interface
KvsDatabase
:
Transacter
Kvs
Entry
Link copied to clipboard
data
class
KvsEntry
(
val
key
:
String
,
val
value_
:
String
,
val
expires_at
:
Long
?
)
Kvs
Entry
Queries
Link copied to clipboard
class
KvsEntryQueries
(
driver
:
SqlDriver
)
:
TransacterImpl