Update README.md

PushSpring-master
Brian C 11 years ago
parent e5f864bac0
commit 5bb93308eb

@ -1,4 +1,4 @@
`npm install pg-copy-streams`
## pg-copy-streams
COPY FROM / COPY TO for node-postgres. Stream from one database to another, and stuff.
@ -46,6 +46,12 @@ pg.connect(function(err, client, done) {
});
```
## install
```sh
$ npm install pg-copy-streams
```
## notice
Before you set out on this magical piping journey, you _really_ should read this: http://www.postgresql.org/docs/9.3/static/sql-copy.html, and you might want to take a look at the [tests](https://github.com/brianc/node-pg-copy-streams/tree/master/test) to get an idea of how things work.

Loading…
Cancel
Save