postgresql-copy-escape: Format data to feed to a PostgreSQL COPY FROM statement
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
In PostgreSQL, the COPY
statement [1] provides a fast way to perform bulk
insertion and retrieval. To use COPY ... FROM
for bulk insertion, the
data must first be converted to a special CSV-like format.
This package provides basic support for converting data to the format
needed by COPY ... FROM
. However, it does not provide the inverse
operation (namely, reading data produced by COPY ... TO
), nor does it
support formatting customizations (what delimiter to use, how to represent
NULL, etc.).
\[1\]: http://www.postgresql.org/docs/current/static/sql-copy.html
Properties
Versions | 0.1, 0.1, 0.1.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5), bytestring [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) Joseph Adams 2012 |
Author | Joey Adams |
Maintainer | joeyadams3.14159@gmail.com |
Category | Data |
Home page | https://github.com/joeyadams/hs-postgresql-copy-escape |
Source repo | head: git clone git://github.com/joeyadams/hs-postgresql-copy-escape.git |
Uploaded | by JoeyAdams at 2019-11-16T23:16:54Z |
Modules
[Index] [Quick Jump]
- Database
- PostgreSQL
Downloads
- postgresql-copy-escape-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees