realm
Installation
SKILL.md
Realm
Realm is a mobile database solution used for building offline-first applications. Mobile developers use it as an alternative to SQLite for storing and managing data directly on devices. It's known for being fast, easy to use, and offering cross-platform support.
Official docs: https://www.mongodb.com/docs/realm/
Realm Overview
- Realm
- Realm Object
- Properties
- User
- Realm Object
When to use which actions: Use action names and parameters as needed.
Working with Realm
This skill uses the Membrane CLI to interact with Realm. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills