hasqlator-mysql: composable SQL generation
A simple but expressive applicative SQL generation library for mysql
Haskqlator is a simple but expressive SQL generation library. Instead of matching haskell records, or using complicate type level computations to match haskell types to database schemas, it uses a simple applicative interface to convert between SQL and haskell. The produced SQL matches exactly the SQL written by the user. An addition layer is provided to encode database schemas as haskell values, and give more type safety.
Modules
[Index] [Quick Jump]
Downloads
- hasqlator-mysql-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 0.2.0, 0.2.1 |
---|---|
Dependencies | aeson, base (>=3 && <5), binary, bytestring, containers, dlist, io-streams (>=1.5.2.1), megaparsec, mtl (>=2.1.3), mysql-haskell, optics-core (>=0.3 && <0.5), pretty-simple, prettyprinter, scientific, template-haskell, text, time [details] |
License | BSD-3-Clause |
Copyright | Kristof Bastiaensen (2020) |
Author | Kristof Bastiaensen |
Maintainer | Kristof Bastiaensen |
Category | Database |
Bug tracker | https://github.com/kuribas/hasqlator-mysql/issues |
Source repo | head: git clone https://github.com/kuribas/hasqlator-mysql |
Uploaded | by KristofBastiaensen at 2024-10-13T08:29:59Z |
Distributions | |
Downloads | 1547 total (41 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-10-20 [all 1 reports] |