@hackage hasqly-mysql0.0.1
composable SQL generation
Categories
License
BSD-3-Clause
Maintainer
Kristof Bastiaensen
Links
Versions
- 0.0.1 Mon, 17 Aug 2020
Installation
Dependencies (9)
- base >=3 && <5
- binary
- bytestring
- dlist
- mtl >=2.1.3
- mysql-haskell Show all…
Dependents (0)
A mid level applicative SQL generation library
Haskqly intends to be a mid-level SQL generation library. It doesn't use advanced type extensions to encode the schema in the types., but provides a light applicative layer to easy the conversion between haskell and SQL. It is inspired by the clojures honeysql library.