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.