tmccarthy / scala-db   0.1.0

Apache License 2.0 GitHub

A simple jdbc-based library for SQL interaction in Scala

Scala versions: 3.x 2.13

scala-db

Maven Central

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.