hasqlator-mysql: composable SQL generation

[ bsd3, database, library ] [ Propose Tags ]

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

[Last Documentation]

  • Database
    • MySQL
      • Database.MySQL.Hasqlator
        • Database.MySQL.Hasqlator.Typed
          • Database.MySQL.Hasqlator.Typed.Schema

Downloads

Maintainer's Corner

Package maintainers

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
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 2023-06-22T14:21:41Z
Distributions
Downloads 1341 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-06-22 [all 2 reports]