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

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

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

realm/realm-js

0
View on GitHub↗
6,001 स्टार्स·611 फोर्क्स·TypeScript·Apache-2.0·6 व्यूज़realm.io↗

Realm Js

Realm is a mobile database: an alternative to SQLite & key-value stores

Features

  • Mobile - Saves structured application data directly on-device for fast access and offline use.
  • JavaScript - Stores and queries structured data locally on mobile devices using an object-oriented JavaScript API.
  • Mobile Database Cross-Client Sync - Keeps local database changes in sync across multiple clients through a remote backend.
  • Live Query Engines - Returns auto-updating query results that reflect the latest database state without manual re-execution.
  • Structured Object Persistence - Persists structured objects and relationships on-device without requiring a network connection.
  • Mobile Databases - An object-oriented database for mobile apps that stores structured data locally on-device.
  • Object-Oriented Mobile Database Management - Stores and queries structured data locally on mobile devices with an object-oriented interface.
  • Offline-First Persistence - Provides local data persistence and synchronization for offline-first mobile applications.
  • Auto-Updating Query Results - Returns auto-updating collections reflecting the latest state without manual re-execution.
  • Live Query Result Sets - Returns auto-updating collections reflecting the latest database state without manual re-execution.
  • Real-time Data Synchronization - Propagates local database changes to a remote backend and other connected clients automatically.
  • Live Update Subscriptions - Subscribes to live updates on query results so the UI automatically refreshes.
  • Mobile Database Sync - Replicates local changes to a backend server and merges updates from other clients.
  • Data Change Notifications - Subscribes to notifications when local or synced data is created, modified, or deleted.
  • Mobile Database Cores - Shares a single C++ database engine across iOS and Android with JavaScript bindings.
  • Cross-Platform Database Kernels - Runs a unified C++ database core with JavaScript bindings on both iOS and Android.
  • Object Schema Definitions - Declares the shape of persisted data with typed fields, relationships, and indexes.
  • Class-Based Schema Mappings - Defines the shape and constraints of persisted data through class-based schemas.
  • Fluent Query Builders - Provides a fluent query builder with comparisons and logical operators for local database queries.
  • Zero-Copy Mappings - Maps database rows directly to live JavaScript objects without serialization overhead.
  • Expressive Local Query Builders - Retrieves stored objects using expressive filters, sorting, and relationships without raw SQL.
  • Schema Migrations - Transforms existing data when the object schema changes, preserving stored information.
  • Type-Safe Query Builders - Filters, sorts, and aggregates stored objects with compile-time type safety.
  • Object Property Deferred Loading - Defers object property loading until first access, minimizing memory for large result sets.
  • Unified Sync Protocol Multiplexing - Combines local persistence and remote sync into one unified data flow over a custom protocol.
  • Atomic Delta Broadcasts - Groups mutations into atomic transactions that broadcast delta updates to all active subscriptions.
  • Real-time Sync Engines - Replicates local database changes to a remote backend and merges updates from other devices automatically.
  • Local Storage - Mobile database alternative to SQLite and key-value stores.
  • Native Libraries - Mobile-first database alternative to SQLite.
  • React Native Libraries - A mobile database: an alternative to SQLite & key-value stores
  • मोबाइल डेवलपमेंट - Mobile-first database for React Native.
  • Mobile Libraries - Listed in the “Mobile Libraries” section of the Awesome React awesome list.

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

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

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Realm Js के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • react-native-maps/react-native-mapsreact-native-maps का अवतार

    react-native-maps/react-native-maps

    15,971GitHub पर देखें↗

    react-native-maps is a cross-platform mobile map component for iOS and Android that renders interactive geographic data and markers. It provides a native map view and viewport controller to manage camera movement, zoom levels, and coordinate-based animations on mobile devices. The project includes a GeoJSON map renderer for visualizing complex geographic features and an interactive map overlay library for drawing polylines, polygons, and heatmaps. It supports integration with both Google Maps and Apple Maps, allowing developers to switch between providers or apply cloud-based styling and cust

    TypeScriptgoogle-mapsmapsreact-native
    GitHub पर देखें↗15,971
  • react-native-device-info/react-native-device-inforeact-native-device-info का अवतार

    react-native-device-info/react-native-device-info

    6,672GitHub पर देखें↗

    This is a cross-platform mobile device information library for iOS and Android applications. It provides utilities to retrieve hardware specifications, operating system details, and unique device identifiers. The project specializes in unique device identification by providing hardware, software, and installation IDs, serial numbers, and build fingerprints. It also includes environment detection to distinguish between physical devices, emulators, and tablets. The library covers a broad range of system introspection capabilities, including application metadata retrieval, hardware specificatio

    TypeScripthacktoberfestreact-native
    GitHub पर देखें↗6,672
  • johnestropia/corestoreJohnEstropia का अवतार

    JohnEstropia/CoreStore

    4,055GitHub पर देखें↗

    CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la

    Swiftcarthagecocoapodscore-data
    GitHub पर देखें↗4,055
Realm Js के सभी 30 विकल्प देखें→

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

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

Realm is a mobile database: an alternative to SQLite & key-value stores

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

realm/realm-js की मुख्य विशेषताएं हैं: Mobile, JavaScript, Mobile Database Cross-Client Sync, Live Query Engines, Structured Object Persistence, Mobile Databases, Object-Oriented Mobile Database Management, Offline-First Persistence।

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

realm/realm-js के ओपन-सोर्स विकल्पों में शामिल हैं: pubkey/rxdb — This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a… react-native-device-info/react-native-device-info — This is a cross-platform mobile device information library for iOS and Android applications. It provides utilities to… react-native-maps/react-native-maps — react-native-maps is a cross-platform mobile map component for iOS and Android that renders interactive geographic… johnestropia/corestore — CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs… parse-community/parse-sdk-ios-osx — This project is a client-side software development kit for iOS and macOS applications that integrates mobile software… couchbase/couchbase-lite-ios — Couchbase Lite for iOS is an embedded NoSQL database engine designed for native mobile and desktop applications. It…