Описание тега opaleye

Haskell library that provides an SQL-generating embedded domain specific language for targeting Postgres

A Haskell library to define database tables and write queries against them in Haskell code. Aims to be typesafe in the sense that if the code compiles then the generated SQL query will not fail at runtime.