Skip to content
njkremer edited this page Apr 15, 2013 · 11 revisions

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:

  1. "Mapping" an Object to a Table
  2. Slightly More Advanced "Mapping"
  3. Interacting with the Database
  4. Working With Non-Objects From The Database
  5. Joins
  6. Relationships
  7. Object Faulting
  8. TODOs

Quicklinks: