2 مستودعات
Mobile-optimized database engines that store data as objects and preserve class structures.
Distinct from Object-Oriented Databases: Specializes mobile databases by specifically implementing an object-oriented model rather than relational or document-based storage.
Explore 2 awesome GitHub repositories matching data & databases · Object-Oriented Databases. Refine with filters or upvote what's useful.
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
Implements an object-oriented database designed specifically for mobile applications to replace relational storage.
Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store that saves native objects directly to disk, replacing traditional SQL storage and object-relational mapping layers. The system functions as a real-time data synchronizer, coordinating local database changes with a cloud backend across multiple devices. It integrates a reactive engine that uses change listeners and asynchronous event streams to automatically update user interfaces when underlying data changes. The project covers object-oriented data modeling, CRUD operations, a
Functions as a mobile-optimized database engine that stores data as native objects, eliminating the need for relational mapping.