About

Metadata

  • Last updated , by KristofBastiaensen
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: Kristof Bastiaensen

  • Lottery factor: 1

Links

Installation

Readme

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.