greenDAO is an object/relational mapping (ORM) tool for Android. It offers an object oriented interface to the relational database SQLite. ORM tools like greenDAO do many repetitive tasks for you and offer a simple interface to your data.
greenDAO's primary features:
- Fast & slim: designed for Android and SQLite
- Support for entity relations
- Query builder
- Code generation
Links: