awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
realm avatar

realm/realm-cocoa

0
View on GitHub↗
16,608 स्टार्स·2,232 फोर्क्स·Objective-C·Apache-2.0·16 व्यूज़realm.io↗

Realm Cocoa

Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile devices. It serves as a non-relational alternative to Core Data and SQLite, storing data as objects rather than tables.

The system functions as an encrypted local store that protects sensitive application data using encryption. It provides reactive data synchronization, allowing application objects and user interfaces to update automatically when the underlying database changes.

Features

  • Local Data Stores - Functions as a persistent local data store for managing application information directly on the mobile device.
  • Core Data Alternatives - Serves as a non-relational alternative to Core Data and SQLite for simplified mobile data modeling.
  • Local Storage Solutions - Offers a robust local storage solution for saving application data on mobile devices.
  • Mobile Databases - Provides a high-performance local database engine optimized specifically for mobile application environments.
  • NoSQL Databases - Implements a NoSQL data model that stores information as objects instead of relational tables.
  • Attribute Proxies - Provides proxy objects that automatically refresh application data when the underlying database records change.
  • Reactive Databases - Acts as a reactive database that pushes real-time updates to application objects when data changes.
  • Reactive Data Bindings - Implements reactive data bindings that automatically update UI components when the underlying database changes.
  • Reactive State Syncing - Automatically synchronizes the user interface with the centralized database state to keep views current.
  • Zero-Copy Memory Mappings - Maps database files directly into memory to read data without copying bytes into the application heap.
  • Multi-Version Concurrency Control - Utilizes multi-version concurrency control to allow simultaneous reads and writes without locking the database.
  • B-Tree - Uses B-Tree structures to organize data for high-performance lookups and sorted range queries.
  • Encrypted Database Managers - Implements a database manager that secures the entire database file using AES-256 page-level encryption.
  • Encrypted Persistence - Secures application data at rest on local mobile storage using symmetric encryption.
  • Data Encryption - Protects sensitive user information by transforming data into unreadable formats during storage.
  • Cross-Platform Database Kernels - Employs a shared C++ core engine to maintain consistent database behavior across mobile platforms.
  • Database and Storage - A modern mobile database alternative to Core Data and SQLite.
  • Database Engines - Modern, fast alternative to Core Data and SQLite.
  • Database Libraries - Modern, fast alternative to Core Data and SQLite.
  • Database Management - Mobile database for local storage.
  • Databases and Search - Fast, mobile-first database for iOS and macOS applications.

स्टार हिस्ट्री

realm/realm-cocoa के लिए स्टार हिस्ट्री चार्टrealm/realm-cocoa के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

realm/realm-cocoa क्या करता है?

Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile devices. It serves as a non-relational alternative to Core Data and SQLite, storing data as objects rather than tables.

realm/realm-cocoa की मुख्य विशेषताएं क्या हैं?

realm/realm-cocoa की मुख्य विशेषताएं हैं: Local Data Stores, Core Data Alternatives, Local Storage Solutions, Mobile Databases, NoSQL Databases, Attribute Proxies, Reactive Databases, Reactive Data Bindings।

realm/realm-cocoa के कुछ ओपन-सोर्स विकल्प क्या हैं?

realm/realm-cocoa के ओपन-सोर्स विकल्पों में शामिल हैं: realm/realm-swift — This is a mobile object database and NoSQL local data store that replaces relational tables with a schema-based model.… realm/realm-java — Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store… pubkey/rxdb — This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a… louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… couchbase/couchbase-lite-ios — Couchbase Lite for iOS is an embedded NoSQL database engine designed for native mobile and desktop applications. It… mbdavid/litedb — LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single…

Realm Cocoa के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Realm Cocoa के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • realm/realm-swiftrealm का अवतार

    realm/realm-swift

    16,608GitHub पर देखें↗

    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

    Objective-C
    GitHub पर देखें↗16,608
  • realm/realm-javarealm का अवतार

    realm/realm-java

    11,464GitHub पर देखें↗

    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

    Java
    GitHub पर देखें↗11,464
  • pubkey/rxdbpubkey का अवतार

    pubkey/rxdb

    23,048GitHub पर देखें↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    TypeScriptangularbrowser-databasecouchdb
    GitHub पर देखें↗23,048
  • louischatriot/nedblouischatriot का अवतार

    louischatriot/nedb

    13,540GitHub पर देखें↗

    NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

    JavaScript
    GitHub पर देखें↗13,540
Realm Cocoa के सभी 30 विकल्प देखें→