node-postgres/lib
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
..
native #181 #366 Add support for single row mode in Postgres 9.2+. This will enable single row mode only when the user wants to stream rows. 2013-09-04 11:46:07 -06:00
types Fix for Y10k problem 2013-12-09 23:35:18 -05:00
client.js Clean up copy-in internal API 2013-10-22 00:23:43 -05:00
connection-parameters.js Set database on socket string connection 2013-12-19 15:37:26 -03:00
connection.js bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
copystream.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
defaults.js Modified defaults.js to use process.env.USERNAME instead of process.env.USER as default value for user and database on Windows platforms 2013-11-20 20:19:31 +01:00
index.js Bugfix: safe call of .hasOwnProperty(...) 2013-06-26 23:46:15 +02:00
pool.js remove deprecation warnings & deprecate lib 2013-03-17 14:51:57 -05:00
query.js Clean up copy-in internal API 2013-10-22 00:23:43 -05:00
result.js Cleanup & tweak perf a bit 2013-08-17 14:21:19 -05:00
utils.js bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00