storage library Null safety

Classes

DatabaseItem
A class representing a single item to store using DatabaseStorage [...]
DatabaseStorage
A class that simplifies storage of data in a database [...]
DatabaseStorageBase
Basic building blocks of a database storage clas
EngineDatabaseStorage
Main database storage for the engine
KeyValueStorage
A class to provide helper methods for key value storage using get_storage [...]
MemoryStorage
A class allowing the storage of key value pairs in memory only
SimpleStorage<T>
A class to store a value against a defined key in its own namespace

Mixins

DatabaseItemEditor
DatabaseTableEditor

Constants

keyValueStorageNamespace → const String
The default container used for key value storage
'irte_key_value_storage'