logic/core/core library
Classes
- TDataBase
- The database is the object that manages store objects.
- TDataBaseCore
- The database is the object that manages store objects.
- TDocument
- A document is a collection of key-value pairs.
- TEntity
- Entity objects are classes that encapsulate the business model, and are used to transfer data between the UI and the business logic.
- TFlutterDataBase
- The database is the object that manages store objects. This is the Flutter implementation.
- TStore