kptran / sql2o

sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.

Home Page:http://sql2o.aabergs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql2o

Sql2o is a small java library, with the purpose of making database interaction easy. When fetching data from the
database, the resultset will automatically be filled into you POJO objects. Kind of like an ORM, but without the sql generation capabilities.

Check out the sql2o website for examples.

About

sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.

http://sql2o.aabergs.net

License:MIT License