Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 356 Bytes

File metadata and controls

6 lines (4 loc) · 356 Bytes

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.