Lightweight persistence library for Android. It simplifies work with SQLite database by providing high level APIs which allows to perform CRUD operations directly with Java classes. The big benefits of this library is its ability to persist Java objects without writing a boilerplate code for mapping between Java and SQL.