Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <a href="https://realm.io" rel="nofollow noreferrer">Realm Platform</a> is a data synchronization platform for mobile applications. It includes the Realm Database, the Realm Object Server, and Realm Studio. It can save you thousands of lines of code and weeks of work, and lets you craft amazing new user experiences.</p> <h2>Who should use the Realm Platform?</h2> <p>Developers who are:</p> <p><strong>Building offline-first features and apps</strong><br /> Realm's "live object" approach, embedded database, and realtime sync provides you with an out-of-the-box solution to combat imperfect network connectivity. </p> <p><strong>Tasked with mobilizing legacy databases</strong><br /> Use Realm as a form of data middleware, handling two-way translation of data between your older systems and realtime, mobile-friendly data objects that are easy to work with and scale.</p> <p><strong>Moving REST APIs away from mobile apps</strong><br /> Using Realm as a "RESTless" middleware layer, turns your legacy APIs into easy-to-work-with live objects.</p> <p><strong>Building realtime sync solutions</strong><br /> Data as objects, always listening for updates, means that data changes are automatically synced across all clients and the server — no serialization or networking code required.</p> <p><strong>Building solutions that require edge computing features and capabilities</strong><br /> Realm enables you to handle data wherever and however it makes the most sense — on the server or device, or anywhere in between.</p> <h2>Why should one use the Realm Database?</h2> <p><strong>Easy to use</strong><br> Realm is not an ORM on top of SQLite. Instead it uses its own persistence engine, built for both simplicity and speed. Users tell us they get started with Realm in minutes, port their apps in hours, and save weeks on each app.</p> <p><strong>Cross-platform</strong><br> Realm supports both iOS and Android. You can share Realm files across platforms, use the same high-level models for Java, Swift &amp; Objective-C, and write similar business logic on both platforms.<br></p> <p><strong>Fast</strong><br> Thanks to its zero-copy design, Realm is much faster than an ORM, and is often faster than raw SQLite as well. See benchmarks for <a href="https://realm.io/news/introducing-realm/#fast" rel="nofollow noreferrer">iOS</a>, <a href="https://realm.io/news/realm-for-android/#realm-for-android" rel="nofollow noreferrer">Android</a> or read what users have to say on <a href="https://twitter.com/realm/favorites" rel="nofollow noreferrer">Twitter</a>.<br></p> <p><strong>Supported</strong><br> Get quick, official answers from the company building and maintaining your database. We are answering questions on <a href="https://github.com/realm" rel="nofollow noreferrer">Github</a>, <a href="https://stackoverflow.com/questions/tagged/realm?sort=newest">Stack Overflow</a> and the <a href="https://forums.realm.io/" rel="nofollow noreferrer">Realm Forums</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload