| Copyright | © 2017 All rights reserved. |
|---|---|
| License | BSD3 |
| Maintainer | Evan Cofsky <evan@theunixman.com> |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.PostgreSQL.Typed.Lifted.Query
Description
Documentation
pgExecute :: (MonadBaseControl IO m, PGQuery q ()) => PGConnection -> q -> m Int Source #
pgQuery :: (MonadBaseControl IO m, PGQuery q a) => PGConnection -> q -> m [a] Source #
pgLazyQuery :: MonadBaseControl IO m => PGConnection -> PGPreparedQuery a -> ChunkRows -> m [a] Source #