Shows if the database is connected
Deserializer used to deserialize the data
Name of the database
Serializer used to serialize the data
Type of the database
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Fetches everything from database
Connects to the database and perform inital tasks
Deletes a data pair from the table
Key to be deleted
Disconnects from the database
Clears cache
Gives all cached data (empty if cache is disabled)
Emitted on connect or disconnected
Emitted when a value is set, retrieved or updated
Emitted when a value is updated
Emitted when values are fetched
Emitted when all values are deleted
Truncates all the data from the table
Generated using TypeDoc
Default structure of the BaseDB. All the database are in this structure and must be.