hasqly-mysql-0.0.1: hasqly-mysql.cabal
Name: hasqly-mysql
Version: 0.0.1
Synopsis: composable SQL generation
Category: Database
Copyright: Kristof Bastiaensen (2020)
Stability: Unstable
License: BSD3
License-file: LICENSE
Author: Kristof Bastiaensen
Maintainer: Kristof Bastiaensen
Bug-Reports: https://github.com/kuribas/hasqly-mysql/issues
Build-type: Simple
Cabal-version: >=1.10
Description: 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.
source-repository head
type: git
location: https://github.com/kuribas/hasqly-mysql
Library
Ghc-options: -Wall
default-language: Haskell2010
Build-depends: base >= 3 && < 5, mtl >= 2.1.3, mysql-haskell, text, bytestring, time, dlist, scientific, binary, dlist
hs-source-dirs:
src
Exposed-Modules:
Database.Hasqly