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)
 
from The Android Arsenal
No comments:
Post a Comment