This package contains classes used to create abstract persistence components to perform basic CRUD operations..
Classes
IdentifiableJsonSqlitePersistence
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 the default driver.