nanorm is a simple and lightweight data mapper framework inspired by the Apache iBatis. It is not meant to be an full ORM solution.
Features
- Strict typing where possible
- Easy to use
- Easy to mock in unit tests
- Low performance overhead compared to hand-written JDBC mapper