# Functions
No description provided by the author
No description provided by the author
No description provided by the author
InheritIdentifiableJsonSqlitePersistence creates a new instance of the persistence component.
InheritIdentifiableSqlitePersistence creates a new instance of the persistence component.
InheritSqlitePersistence creates a new instance of the persistence component.
No description provided by the author
# Structs
IdentifiableJsonSqlitePersistence is an abstract persistence component that stores data in SQLite in JSON or JSONB fields and implements a number of CRUD operations over data items with unique ids.
IdentifiableSqlitePersistence Abstract persistence component that stores data in SQLite and implements a number of CRUD operations over data items with unique ids.
SqlitePersistence Abstract persistence component that stores data in SQLite using plain driver.
# Interfaces
No description provided by the author