quokka-0.1.0.0: Test helpers which help generate data for projects that use postgresql.

Copyright© 2019 Shirren Premaratne
LicenseMIT
MaintainerShirren Premaratne <shirren.premaratne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Quokka.Functions

Description

Functions to generate Postgres data via the postgres-simple library.

Documentation

build :: ToRow q => Connection -> ParentTable -> [q] -> IO [Id] Source #

id' :: [Id] -> Int Source #