Skip to content

noorzaie/realm-editor

Repository files navigation

Realm Editor

Realm Editor is a tool to work with Realm database files in a graphical environment, instead of working directly with schema files.

Realm Editor reads database files from its own data directory, so in order to open your .realm files, you should import them, then a copy of your database will be created in data directory. After manipulating your database you can export that.

Download

You can download the latest version of Realm Editor from following links:

Features

Below is a list of Realm Editor features:

  • Keep a list of databases
  • Define new schema
  • Edit schema (name, filed names and types, ...)
  • Create, edit and delete data
  • View paginated and sortable data
  • Advanced query builder
  • Working with relationships
  • Import .realm files and json schema
  • Export schema for different languages
  • Export data in different formats
  • Support from new data types like ObjectId and UUID