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.
2024-03-12 | Sql2o 1.7.0 was released
Check out the sql2o website for examples.
When hacking sql2o, please follow these coding guidelines.