api
micro-db API
Contents
MicroDB
MicroDB.constructor()
MicroDB.constructor()argument
type
static MicroDB.table<T>()
static MicroDB.table<T>()argument
type
static MicroDB.database()
static MicroDB.database()argument
type
static MicroDB.janitor()
static MicroDB.janitor()argument
type
MicroDBBase
MicroDBBase.constructor()
MicroDBBase.constructor()argument
type
MicroDBBase.fileName
MicroDBBase.fileNameMicroDBBase.dataSerializer
MicroDBBase.dataSerializerMicroDBBase.janitor
MicroDBBase.janitorMicroDBBase.read()
MicroDBBase.read()MicroDBBase.write()
MicroDBBase.write()argument
type
MicroDBBase.writeBatch()
MicroDBBase.writeBatch()argument
type
MicroDBBase.close()
MicroDBBase.close()MicroDBDriver
static MicroDBDriver.forDatabase()
static MicroDBDriver.forDatabase()argument
type
MicroDBDriver.constructor()
MicroDBDriver.constructor()argument
type
MicroDBDriver.dbRef
MicroDBDriver.dbRefMicroDBDriver.janitor
MicroDBDriver.janitorMicroDBDriver.close()
MicroDBDriver.close()MicroDBDriver.create()
MicroDBDriver.create()argument
type
MicroDBDriver.select()
MicroDBDriver.select()argument
type
MicroDBDriver.selectWhere()
MicroDBDriver.selectWhere()argument
type
MicroDBDriver.selectAllWhere()
MicroDBDriver.selectAllWhere()argument
type
MicroDBDriver.selectAll()
MicroDBDriver.selectAll()MicroDBDriver.update()
MicroDBDriver.update()argument
type
MicroDBDriver.updateWhere()
MicroDBDriver.updateWhere()argument
type
MicroDBDriver.updateAllWhere()
MicroDBDriver.updateAllWhere()argument
type
MicroDBDriver.mutate()
MicroDBDriver.mutate()argument
type
MicroDBDriver.mutateWhere()
MicroDBDriver.mutateWhere()argument
type
MicroDBDriver.mutateAllWhere()
MicroDBDriver.mutateAllWhere()argument
type
MicroDBDriver.mutateAll()
MicroDBDriver.mutateAll()argument
type
MicroDBDriver.delete()
MicroDBDriver.delete()argument
type
MicroDBDriver.deleteWhere()
MicroDBDriver.deleteWhere()argument
type
MicroDBDriver.deleteAllWhere()
MicroDBDriver.deleteAllWhere()argument
type
MicroDBDriver.flush()
MicroDBDriver.flush()MicroDBFacade
protected MicroDBFacade.db
protected MicroDBFacade.dbprotected MicroDBFacade.data
protected MicroDBFacade.dataMicroDBJanitor
MicroDBJanitor.constructor()
MicroDBJanitor.constructor()argument
type
default
MicroDBJanitor.databases
MicroDBJanitor.databasesMicroDBJanitor.cronString
MicroDBJanitor.cronStringstatic async MicroDBJanitor.cleanUp()
static async MicroDBJanitor.cleanUp()argument
type
static MicroDBJanitor.cleanUpSync()
static MicroDBJanitor.cleanUpSync()argument
type
MicroDBJanitor.cleanAll()
MicroDBJanitor.cleanAll()MicroDBJanitor.registerDatabase()
MicroDBJanitor.registerDatabase()argument
type
MicroDBJanitor.deleteDatabase()
MicroDBJanitor.deleteDatabase()argument
type
MicroDBJanitor.kill()
MicroDBJanitor.kill()MicroDBJanitor.restart()
MicroDBJanitor.restart()MicroDBMS
static MicroDBMS.allTables
static MicroDBMS.allTablesstatic MicroDBMS.globalJanitor
static MicroDBMS.globalJanitorstatic MicroDBMS.setFolderPath()
static MicroDBMS.setFolderPath()argument
type
static MicroDBMS.setJanitorCronjob()
static MicroDBMS.setJanitorCronjob()argument
type
static MicroDBMS.table<T>()
static MicroDBMS.table<T>()argument
type
static MicroDBMS.deleteTable()
static MicroDBMS.deleteTable()argument
type
Subscription
Subscription.id
Subscription.idSubscription.constructor()
Subscription.constructor()argument
type
Subscription.destroy()
Subscription.destroy()Subscription.onClose()
Subscription.onClose()MicroDBWatchable
MicroDBWatchable.$watch()
MicroDBWatchable.$watch()argument
type
MicroDBWatchable.$watchNext()
MicroDBWatchable.$watchNext()argument
type
default
MicroDBPropertyWatchable
MicroDBPropertyWatchable.$watchProperty()
MicroDBPropertyWatchable.$watchProperty()argument
type
MicroDBPropertyWatchable.$watchPropertyNext()
MicroDBPropertyWatchable.$watchPropertyNext()argument
type
default
default Options
Types
MicroDBOptions
MicroDBOptionsproperty
type
MicroDBSerializer
MicroDBSerializermethod
type
Builtin
name
format
MicroDBData
MicroDBDataWherePredicate<T>
WherePredicate<T>Mutation<A, B>
Mutation<A, B>MicroDBEntry<T>
MicroDBEntry<T>property
type
SubscriptionCallback<Value, ExtraArguments>
SubscriptionCallback<Value, ExtraArguments>SubscriptionOptions<T>
SubscriptionOptions<T>property
type
Last updated