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
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ 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. 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`.
0 commit comments