/Equilibre

Reactive database connection for Android based on ORMLite.

Primary LanguageJava

Equilibre

Connect to your database reactively with Equilibre in Android. Write my same code with my Ormlite every time is not possible, so i decided to develop that library. And just create my differents POJO classes that extends to one class with reactive methods. I have meet Parse Android SDK and Retrofit after, so i have imagined a combination of HTTP client, ORM and Reactive Programming in one library.

Before

You have to know this project is beta version. This version is a game version. Type-safe HTTP client for Android will be inclued in the release version. Equilibre is inspired from Parse SDK and reactive programming.

Download

Add to your Gradle (build.gradle) before dependencies:

repositories {
    maven {
        url 'https://dl.bintray.com/angebagui/maven'
    }
}

In your dependences

dependencies {
...
compile 'com.equilibre:equilibre:0.1.1-beta1'
}

Javadoc

You can download the javadoc here:

   https://github.com/angebagui/Equilibre/tree/master/build/docs/javadoc

Licences

Copyright 2015 Ange Bagui.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.