node-postgres/test/unit/connection-parameters
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
..
creation-tests.js Set database on socket string connection 2013-12-19 15:37:26 -03:00
environment-variable-tests.js Respect PGSSLMODE for setting SSL connection 2013-09-05 16:51:16 -05:00