You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The exact same node-postgres module without any of the C/C++ stuff. If you're ju
5
5
6
6
## DEPRECATED
7
7
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:
8
+
node-postgres has been updated to make [the native bindings & compile step an optional install](https://github.com/brianc/node-postgres#native-bindings). 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
9
10
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:
0 commit comments