Skip to content

Commit 8f39a16

Browse files
committed
Update README.md
1 parent 328e941 commit 8f39a16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ The exact same node-postgres module without any of the C/C++ stuff. If you're ju
55

66
## DEPRECATED
77

8-
node-postgres has been updated to make the native compilation and bindings an optional install. This module is no longer nessassary - it's literally the exact same code as node-postgres now, so you should go install that instead. :smile:
8+
node-postgres has been updated to make the native compilation and bindings an optional install. Sooo....this `pg.js` module is redundant - it's literally the exact same code as node-postgres now, so you should go install that instead. :smile:
9+
10+
There's no work involved in switching other than changing `pg.js` -> `pg` in your package.json and in your code whenever you `require('pg.js')` -> `require('pg')`. :thumbsup:
11+
12+
I'll continue to keep this one in sync with node-postgres semver until `v5.x`.
913

1014
### license
1115

0 commit comments

Comments
 (0)