Documentation
Comprehensive guides and API references for my open-source projects.
Projects
Volt
A lightweight Object-Relational Mapping (ORM) framework for Java. Simplify your database interactions with annotation-based entity mapping, a fluent query builder, and transaction support.
- Getting Started - Installation and basic setup
- Entities - Define and map your database tables
- Query Builder - Build complex queries fluently
- Transactions - Atomic database operations