Home - njkremer/SqliteORM GitHub Wiki
SqliteORM - A Lightweight ORM For SQLite in Java
This project is designed to be a very lightweight ORM for interacting with a SQLite Database. The concept behind it is more convention over configuration. Meaning that, to map an Java Object to a database table, there are very few steps needed.
Contents:
- "Mapping" an Object to a Table
- Slightly More Advanced "Mapping"
- Interacting with the Database
- Working With Non-Objects From The Database
- Joins
- Relationships
- Object Faulting
- TODOs