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.

1071
228
Java

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.