Realm is a mobile database that is faster than SQLite and supports in-memory databases and custom migrations. It can replace SQLite in mobile applications. Realm supports object mapping with models that extend RealmObject and relationships between objects. Queries can be performed on object properties using conditions and sorting. Objects can be inserted, updated, and deleted from Realm asynchronously in transactions.
Related topics: