The latest version of hasqlator-mysql is 0.2.1-0.
hasqlator-mysql
Version 0.0.6 revision 0 uploaded by KristofBastiaensen.
Package meta
- Synopsis
- composable SQL generation
- Description
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.
- Author
- Kristof Bastiaensen
- Bug reports
- https://github.com/kuribas/hasqlator-mysql/issues
- Category
- Database
- Copyright
- Kristof Bastiaensen (2020)
- Homepage
- n/a
- Maintainer
- Kristof Bastiaensen
- Package URL
- n/a
- Stability
- Unstable