ProgComRapadura / RebDroid

Browser and editor for Realm DB

Home Page:https://progcomrapadura.github.io/RebDroid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RebDroid

Realm.io database browser

Join in chat > Slack


Platform ReleaseCodacy Badge Build Status
Language License Android Arsenal

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:4.0'
	}

How to use

Only call

public void callDBBrowser() {
   DBViewer.start(context, realm.getRealmConfig());
}

Todos

  • Disponibly to use in Gradle
  • Write Tests
  • Add Code Comments
  • Add Typed edit

License

Apache 2.0

Free Software, Hell Yeah!

About

Browser and editor for Realm DB

https://progcomrapadura.github.io/RebDroid/

License:Apache License 2.0


Languages

Language:Java 100.0%