0

I'm using Realm database for Android to replace SQLite. In my older app, I use Navicat to view, insert data and my app display data from database have saved in assest directory. But now, I want to replace database SQLite by Realm so how to view, insert data to realm by software like Navicat?

Thanks.

1 Answers1

0

You can use Stetho. You can view your Realm Database in your Chrome Browser by using Stetho. You can follow this Realm module for Stetho, Tutorial on how to browse Realm Database and Guidelines for Stetho. Also, see this Stack Overflow Answer.

Community
  • 1
  • 1
Satan Pandeya
  • 3,747
  • 4
  • 27
  • 53