libghc-haskelldb-prof

Haskell library for expressing database queries; profiling libraries
  https://github.com/m4dc4p/haskelldb
  0
  no reviews



Haskelldb is library for expressing database queries and operations in a type safe and declarative way. this package contains the library for use with ghc.

haskelldb compiles a relational algebra-like syntax into sql, submits the operations to the database for processing, and returns the results as ordinary haskell values.