We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Created Client Initialization (markdown)
use text/plain content-type
Updated Query (markdown)
Respond with 500 when an error occurs, instead of trying to use next which isn't part of the http.createServer callback
verbose explanation of done()
Updated Installation (markdown)
Updated Home (markdown)
Destroyed changelog (markdown)
add code comments
Updated pg (markdown)
Fixed typo
Added code formatting to some code; removed code formatting from some non-code; fixed spelling.
Updated Example (markdown)
presumably the omission of a connection string was not deliberate :) ?!
remove text noize by a extra _ on formating.
add example for a socket path, with a specific database.
_socket:/some path/?db=database_name&encoding=utf8_ was miss formated :-/
Update to show more advanced socket connection string usage
add string connection for sockets
typo in the apt-get command, build-essential (no "s"); make clear this is required even if native bindings are not going to be used. should address whether Ubuntu needs a working copy of PostgreSQL; tested installation on a machine w/o it installed and the provided apt-get install command successfully completed. I haven't tested functionality yet though...
Created Installation (markdown)
Typo
I believe you need to add "client.connect();" before actually running the stream thing; certainly this was necessary for me to get this code to work
Added missing parenthesis
Fixed broken anchors
Changed style of #14 to be more in line with other questions
Fixed broken/missing links, incorrectly parsed markdown
minor punctuation and usage fixes