Skip to content

Commit

Permalink
denote required node versions per #31
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip authored Feb 28, 2022
1 parent 871d4c9 commit 943bd76
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

Library and cli for one-way replicating CouchDB databases to PostgreSQL 9.4+.

## Required database setup
## Requirements

### Node and npm

You will need to install the following:

- [Node.js](https://nodejs.org) 8.11.x up to 12.x.x. Must be an LTS release. LTS is designated with an even major version number.
- [npm](https://npmjs.com/) 6.x.x above


### Database setup

couch2pg supports PostgreSQL 9.4 and greater. The user passed in the postgres url needs to have full creation rights on the given database.

Expand Down

0 comments on commit 943bd76

Please sign in to comment.