postgres-binary-copy 0.1.2

Support for binary-format COPY query execution with postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "postgres-binary-copy"
version = "0.1.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Support for binary-format COPY query execution with postgres"
documentation = "https://sfackler.github.io/rust-postgres-binary-copy/doc/v0.1.2/postgres_binary_copy"
readme = "README.md"
keywords = ["database", "sql", "postgres", "copy"]

[dependencies]
byteorder = ">= 0.3, < 0.5"
postgres = "0.10"