Releases: terma/sql-on-json
Releases · terma/sql-on-json
Use HSQLDB by default instead of H2
If you need to use custom DB take a look on README
Use H2 by default instead of HSQLDB
- Remove static method
convertPlain(...)
on instance method, so just replace SqlOnJson.convertPlain(...)
on new SqlOnJson().convertPlain(...)