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
The __Connection_ object is mostly used by the Client object (which...I haven't yet
42
42
finished implementing) but you can do anything you want with PostgreSQL using
43
43
the connection object if you're really into that. I studied the
44
44
protocol for a while implementing this and the documentation is pretty
45
-
solid.
45
+
solid. If you're already familiar you should be right at home. Have
46
+
fun looking up the [oids for the datatypes in your bound queries](http://github.com/brianc/node-postgres/blob/master/script/list-db-types.js)
46
47
47
48
There are a few minor variations from the protocol:
0 commit comments