Introduction
doobie-typesafe is a typesafe wrapper for doobie that allows you to write queries in a typesafe way.
Goals of this library:
- Allow you to refer to SQL tables and columns in a typesafe way so that values of the wrong type cannot be used.
Non-goals:
- Provide a typesafe DSL for writing SQL queries. You still have to write the SQL yourself and validate it using doobie typechecking facilities.
Next steps
Head over to installation.