Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a realm browser for Linux?

I would like to browse a realm database using a browser. I'm a Linux user and I know the realm browser is only for MacOS. I also have knowledge about Stetho by Facebook and I read about this project https://github.com/uPhyca/stetho-realm too. However I don't want to add unnecessary libraries in my project and I install Google Chrome to browse a database, this is odd for me. So, do you know if there's a realm browser for Linux?

Thanks in advance.

like image 375
Agna JirKon Rx Avatar asked Aug 12 '16 12:08

Agna JirKon Rx


People also ask

Does realm use SQLite?

Realm is an easy-to-use, open-source alternative to SQLite. The key difference between the two is that Realm is an object database management system, while SQLite is a relational database management system. Realm is often used to replace SQLite.

How do I open a Windows realm file?

To do so, open Realm Studio, select the Open Realm file button, and then navigate to and open your REALM file. The data your REALM file contains will appear in Realm Studio.

What is realm studio?

Realm Studio is a visual tool to view, edit, and design Realm Database files. With Realm Studio, developers can: Query objects in the database. View live objects in realtime while running an app. Create, modify, and delete objects.


1 Answers

I am happy to say that my previous answer is now obsolete. Realm Studio (https://realm.io/products/realm-studio/) supports Linux, macOS and Windows.

like image 50
geisshirt Avatar answered Oct 09 '22 07:10

geisshirt