https://github.com/sproket/Persism

Set baseline to be Java 17 (see the 1.x branch for Java 8+)

Added SQL type wrapper for String

Added Parameters type wrapper for parameters array

Added better type safe query and fetch methods

Added SQL where method (shorthand where Persism knows the columns) which supports property names as well as column names

Added SQL proc method to indicate the query is a call to a stored proc rather than a SELECT statement

Added support for named parameters


Getting started guide https://sproket.github.io/Persism/manual2.html