Skip to content

Commit

Permalink
Update welcome.mdx (#96)
Browse files Browse the repository at this point in the history
Update w/ notes on version compatibility.
  • Loading branch information
brianc authored Nov 12, 2020
1 parent 4572c5b commit b1b9aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ node-postgres continued development and support is made possible by the many [su

If you or your company would like to sponsor node-postgres stop by [github sponsors](https://github.com/sponsors/brianc) and sign up or feel free to [email me](mailto:brian@pecanware.com) if you want to add your logo to the documentation or discuss higher tiers of sponsorship!

# Version compatibility

node-postgres strives to be compatible with all recent lts versions of node & the most recent "stable" version. At the time of this writing node-postgres is compatible with node 8.x, 10.x, 12.x and 14.x To use node >= 14.x you will need to install `pg@8.2.x` or later due to some internal stream changes on the node 14 branch. Dropping support for an old node lts version will always be considered a breaking change in node-postgres and will be done on _major_ version number changes only, and we will try to keep support for 8.x for as long as reasonably possible.

## Getting started

This is the simplest possible way to connect, query, and disconnect with async/await:
Expand Down

0 comments on commit b1b9aa0

Please sign in to comment.