tstore
library
Classes
-
TDataBase
-
The database is the object that manages store objects.
-
TDataBaseCore
-
The database is the object that manages store objects.
-
TDataProvider
-
A data provider is the object that manages the data persistence.
-
TDocument
-
A document is a collection of key-value pairs.
-
TDocumentChanges
-
The document changes model.
This is the base class for all document changes models.
It is used to notify the UI of changes in the document.
-
TDocumentDataProvider
-
A document data provider.
-
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
-
-
TStoreChanges
-
The store changes model.
This is the base class for all store changes models.
It is used to notify the UI of changes in the store.