Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 973 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 973 Bytes

sql2o Github Actions Build Maven Central

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 your POJO objects. Kind of like an ORM, but without the SQL generation capabilities. Sql2o requires at Java 7 or 8 to run. Java versions past 8 may work, but is currently not supported.

Announcements

2024-03-12 | Sql2o 1.7.0 was released

Examples

Check out the sql2o website for examples.

Coding guidelines.

When hacking sql2o, please follow these coding guidelines.