Butterfly Persistence

Butterfly Persistence is a lightweight Java persistence API (under 200 KB) on top of JDBC for reading and writing relational data. It provides connection management, CRUD and batch operations, and DAOs for Map and Object mapping. Object mapping supports automatic, annotation-based, and programmatic styles; supports partial reads and writes. No config files; code-only setup.

Sponsored Ad