postgresql-typed-lifted-0.5.1.1: postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl.

Copyright© 2017 All rights reserved.
LicenseBSD3
MaintainerEvan Cofsky <evan@theunixman.com>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Typed.Lifted.Query

Description

 

Documentation

pgQuery :: (MonadBaseControl IO m, PGQuery q a) => PGConnection -> q -> m [a] Source #