This is a mobile object database and NoSQL local data store that replaces relational tables with a schema-based model. It functions as a reactive data store, using live object observations and change notifications to trigger automatic user interface refreshes.
The system provides built-in mobile cloud data synchronization to keep local datasets consistent with a remote server across multiple devices. It also includes security features for encrypted local storage, protecting sensitive on-disk data using at-rest encryption keys and fine-grained access control.
Broad capabilities include object-oriented data management, type-safe querying, and schema migration. The project supports geospatial data querying for location-based searches, as well as direct data binding for reactive user interface updates.