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.
-
greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. -
realm-java
Realm is a mobile database: a replacement for SQLite & ORMs -
LitePal
An Android library that makes developers use SQLite database extremely easy. -
ActiveAndroid
Active record style SQLite persistence for Android -
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 -
requery
requery - modern SQL based query & persistence for Java / Kotlin / Android -
android-sqlite-asset-helper
An Android helper class to manage database creation and version management using an application's raw asset files -
ormlite
ORMLite Android functionality used in conjunction with ormlite-core -
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 -
SQLiteProvider
Extended SQLite functionality for Android -
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. -
orman
lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained) -
LiteOrm
LiteGo is a Java-based asynchronous concurrency library. It has a smart executor, which can be freely set the maximum number of concurrent at same time , and the number of threads in waiting queue. It can also set waiting policies and overload strategies. -
ormdroid
ORMDroid is a simple ORM persistence framework for your Android applications. -
Kripton Persistence Library
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR. -
SqliteMagic
Compile time processed, annotation driven, no reflection SQLite database layer for Android -
RestorableSQLiteDatabase
A wrapper around Android's SQLiteDatabase with restoring capability -
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 -
Cupboard
Simple persistence that gets out of your way and is easy to add to your existing code base
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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