pipes-postgresql-simple-0.1.3.0: Convert various postgresql-simple calls to work with pipes

Safe HaskellNone
LanguageHaskell98

Pipes.PostgreSQL.Simple.SafeT

Synopsis

Documentation

data Format Source #

The PostgreSQL file format, used by the COPY command

Constructors

Text 
Binary 
CSV 

Instances