An open API service indexing awesome lists of open source software.

https://github.com/noorzaie/realm-editor

A tool for working with realm database
https://github.com/noorzaie/realm-editor

database editor mongodb realm realm-java realm-js realm-mobile-database realm-studio realmdb realmswift

Last synced: about 1 year ago
JSON representation

A tool for working with realm database

Awesome Lists containing this project

README

          

## Realm Editor
Realm Editor is a tool to work with [Realm](https://realm.io)
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:

- [Realm Editor Windows](https://github.com/noorzaie/realm-editor/releases/download/v1.0.1/realm-editor-Setup-1.0.1.exe)
- [Realm Editor Linux](https://github.com/noorzaie/realm-editor/releases/download/v1.0.1/realm-editor-1.0.1.tar.gz)
- [Realm Editor MacOS](https://github.com/noorzaie/realm-editor/releases/download/v1.0.1/realm-editor-1.0.1.dmg)

## 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