Android-AnnotatedSQL alternatives and similar packages
Based on the "ORM" category.
Alternatively, view Android-AnnotatedSQL alternatives based on common mentions on social networks and blogs.
-
DBFlow
A blazing fast, powerful, and very simple ORM android database library that writes database code for you. -
sqlbrite
A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations. -
android-database-sqlcipher
Android SQLite API based on SQLCipher -
android-sqlite-asset-helper
An Android helper class to manage database creation and version management using an application's raw asset files -
couchbase-lite-android
Lightweight, embedded, syncable NoSQL database engine for Android. -
sprinkles
Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications -
SimpleNoSQL
A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying. Useful for avoiding the hassle of SQL code. -
LiteOrm
LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently. -
SqliteMagic
Compile time processed, annotation driven, no reflection SQLite database layer for Android with support for RxJava and AutoValue. -
Kripton Persistence Library
A Java library to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR. For Java and Android platform -
AndroidQueryORM
AndroidQuery is an Android ORM for SQLite and ContentProvider which focuses on easy of use and performances thanks to annotation processing and code generation -
RestorableSQLiteDatabase
A wrapper to replicate android's SQLiteDatabase with restoring capability. -
Cupboard
Simple persistence that gets out of your way and is easy to add to your existing code base
Get performance insights in less than 4 minutes.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Android-AnnotatedSQL or a related project?
README
Android-AnnotatedSQL
Android library for auto generating SQL schema and Content Provider by annotations. You will get a full-featured content provider in 5 minutes :)
Wiki:
All information was moved to the Wiki
Maven repo:
com.github.hamsterksu:android-annotatedsql-api:1.10.+
com.github.hamsterksu:android-annotatedsql-processor:1.10.+
Changelog
Current version is 1.10.3. You can find changlog [here](CHANGELOG.md)
Available plugins
- Projections - annotatedsql-projection-plugin
- Android-AnnotatedSQL-WrapperPlugin - Android-AnnotatedSQL-WrapperPlugin
How to start?
All necessary information in Wiki.
There are:
- How to add tot the project
- Define SQL Schema
- Define Content Provider
Tools and links
- gradle plugin to connect apt - android-aptlibs-gradle-plugin
- demo application source - annotatedsql_demo