Types
Functions
find
Link copied to clipboard
abstract fun <M : Any> find(type: KClass<M>, vararg options: Options.Find): DBRead.FindDsl<M>
Content copied to clipboard
findAll
Link copied to clipboard
getIndexesOf
Link copied to clipboard
keyFromB64
Link copied to clipboard
newBatch
Link copied to clipboard
newSnapshot
Link copied to clipboard
onAll
Link copied to clipboard
put
Link copied to clipboard
abstract fun <M : Any> put(model: M, vararg options: Options.DirectPut): Key<M>
Content copied to clipboard
open override fun <M : Any> put(model: M, vararg options: Options.Puts): Key<M>
Content copied to clipboard
Extensions
deleteById
Link copied to clipboard
inline fun <M : Any> DB.deleteById(vararg id: Any, options: Array<out Options.DirectDelete> = emptyArray())
Content copied to clipboard
stateFlowFrom
Link copied to clipboard
stateFlowOfId
Link copied to clipboard