Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A light but powerful ORM and SQL query generator for Java/Android with RxJava and Java 8 support.

Feb 14, 2016

A simple query builder for Google's ROOM ORM for Android, written in Kotlin.

Dec 29, 2018

RushOrm replaces the need for SQL by mapping java classes to SQL tables.

Core features:

  • Custom fields - easily implement custom fields so that any object can be serialized to the database
  • Relationships:
    • One to one
    • One to many, save lists of children
    • Saving a parent object automatically saves it children
  • Files - easily store long text, JSON and bitmaps
  • Upgrading - database upgrading is supported through annotations removing the need for upgrade scripts
Feb 8, 2015

RxJava bindings for DBFlow models, and query language.

Mar 4, 2017

Sabres is an ORM library that exposes a Parse-like API.

Oct 22, 2015

Shillelagh is an sqlite library. It was built to make life easier. The entire library was built around simplicity when using sqlite in Android.

Oct 5, 2014

SQLite ORM for Android. Simple and easy-to-use.

Dec 19, 2016

Lightweight modular ORM for Java and Android.

May 9, 2015
Advertisement

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications.

Jul 5, 2014

This library adds a layer on top of SQLBrite by providing basically two modules:

  • ObjectMapper
  • Dao
Sep 27, 2015

Simple yet powerful SQLite database layer for Android that makes database handling feel like magic.

Overview:

  • Simple, intuitive & typesafe API
  • Minimal setup needed
  • Built in RxJava support with reactive stream semantics on queries and operations
  • Built in AutoValue immutable objects support
  • Full support for complex columns
  • Support for SQLite views
  • Persist any third party object with fully customizable object transformers
  • No reflection
  • Compile time annotation processing
  • Probably the fastest library for Android SQLite database operations (without memory caching)
Nov 24, 2016

SquiDB is a SQLite database layer for Android. It is designed to make it as easy as possible to work with SQLite databases while still enabling the power and flexibility of raw SQL. SquiDB combines features of an ORM with object-oriented SQL statement builders to make it easy to read and write your data without a bunch of messy SQL strings. It also includes built in tools and hooks to help you easily write database migrations as well as implement ContentProviders.

Apr 25, 2015

Storm was created with intention to be easy to use ORM solution for Android platform. While working for a corporate client we realised that the available tools either expect too much to be done manually, or are super-complicated or just want entities to extend their own.

Apr 10, 2017

Insanely easy way to work with Android Databases. Sugar ORM was built in contrast to other ORM's to have:

  • A simple, concise, and clean integration process with minimal configuration.
  • Automatic table and column naming through reflection.
  • Support for migrations between different schema versions.
Jul 5, 2014

Android ORM framework that makes data storage on Android easy.

Jul 5, 2014

Simplify your work with SQLiteDatabase on Android.

Dec 1, 2015