node-postgres/test/unit
Aurélio A. Heckert c0fd4b1431 Set database on socket string connection
Allows to conect to a specific database trough this ways:
pg.connect('/some/path database', callback);
pg.connect('socket:/some/path?db=database', callback)
pg.connect('socket:/some/path?db=database&encoding=utf8', callback)
2013-12-19 15:37:26 -03:00
..
client Remove built-in binary int64 parser 2013-07-30 13:15:31 -05:00
connection bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
connection-parameters Set database on socket string connection 2013-12-19 15:37:26 -03:00
copystream write messages for assertions 2013-01-06 12:06:27 -06:00
pool Use the standard postgres:// URL prefix for consistency 2013-07-22 10:45:26 -07:00
test-helper.js add failing test for #130 2012-05-30 22:40:49 -05:00
utils-tests.js use ConnectionParameters with native bindings and remove unused util functions 2013-01-22 23:23:47 -06:00