You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sql2o is a lightweight Java library designed to simplify database interaction. It automatically maps query results into POJO objects, providing an easy-to-use alternative to ORMs, without SQL generation capabilities.
4
4
5
-
Sql2o is compatible with **Java 8 and later versions**, including Java 11 and 17.
5
+
## Java versions
6
+
* Sql2o **1.9.0** and newer is only compatible with Java 17 or later because it adds support for records.
0 commit comments