Table of Contents
Squery 🔗
Simple SQL queries in Scala 3.
No DSLs, no fuss, just plain SQL.
Squery supports basic scala/java types out of the box:
String
,Int
,Double
etcOption[T]
for nullable columnsVector[T]
for SQL arrays, up to 3 dimensions- semiauto derivation for singleton (java-esque) enums, just add
derives SqlRead, SqlWrite