@hackage haskelldb2.2.4
A library of combinators for generating and executing SQL statements.
Installation
Dependencies (8)
- base >=3 && <5
- containers >=0.3 && <1
- directory >=1 && <2
- mtl >=1.1 && <3
- old-locale >=1 && <2
- old-time >=1 && <2 Show all…
Dependents (22)
@hackage/haskelldb-hdbc-mysql, @hackage/haskelldb-hsql-postgresql, @hackage/haskelldb-th, @hackage/haskelldb-hdbc-odbc, @hackage/haskelldb-dynamic, @hackage/haskelldb-hdbc-postgresql, Show all…
This library allows you to build SQL SELECT, INSERT, UPDATE, and DELETE statements using operations based on the relational algebra.