Generic type <T>: Type of the record that is going to be stored.
<T>
The MicroDBFacade has all methods of the MicroDBDriver as protected methods. For a usage example see Patterns or Examples.
MicroDBFacade
MicroDBDriver
Further, the MicroDBFacade provides more protected properties for convenience.
protected db
The underlying MicroDBDriver instances.
Type: readonly MicroDBDriver<T>
readonly MicroDBDriver<T>
protected data
The current data stored in the db.
Type: readonly MicroDBData<T>
readonly MicroDBData<T>
Last updated 3 years ago