Using this library you can focus on how you want to map results of your SQL query to your domain objects. You don't need to use any xml configuration (like, for example in MyBatis/iBatis). You also don't need to use any annotations to run SQL Mapper. The SQL Mapper is similar to Spring JDBC Framework, but it has some of its features simplified and some changed.
It runs on JDK 7 or higher.
The zip archive contains the library jar, sources and javadocs, and also a demo which shows how to use the mapper.
P.S. This project was created for fun, when I was bored to death in my new job :) So it is not well tested, any advices will be helpful.
Features
- removes boilerplate JDBC code
- developers can focus on dealing with query results
- no configuration needed
- supports SQL selects, inserts, updates and deletes
- simplifies developing without losing control of SQL statements
- lightweight
Categories
Object-Relational Mapping (ORM)Follow SQL Mapper
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of SQL Mapper!