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

Safe HaskellNone

Pipes.PostgreSQL.Simple.SafeT

Synopsis

Documentation

data Format Source

The PostgreSQL file format, used by the COPY command

Constructors

Text 
Binary 
CSV 

Instances