@hackage hasqlator-mysql0.2.0

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.