A simple jdbc-based library for SQL interaction written in frustration with what's on offer in the Scala ecosystem.
This library uses cats-effect
and fs2
.
It's intended to be a relatively thin wrapper over the top of jdbc, emphasising writing SQL queries directly rather than
using any sort of DSL.
See the tests for examples until I've added more documentation.