RebDroid
Realm.io database browser
Join in chat > Slack
Installation
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.ProgComRapadura:RebDroid:2.0'
}
How to use
Only call
public void callDBBrowser() {
DBViewer.start(context, realm.getRealmConfig());
}
Todos
- [ ] Write Tests
- [ ] Add Code Comments
- [ ] Add Night Mode
- [ ] Add Typed edit(Working)
- [ ] Add file browser
- [ ] Make independent app
License
Apache 2.0
Free Software, Hell Yeah!