Questions tagged [node-postgres]

Node-postgres is a postgresql client module for node.js applications to interact with postgresql databases.

About

Node-postgres is a postgresql client module for node.js applications to interact with postgresql databases.

Its source code and wiki can be found on GitHub.

587 questions
-1
votes
1 answer

how to load 2 related datasets together? (i.e posts and comments)

I'm fairly new to pg and trying to figure out what the best approach is to loading a set of posts and their associated comments together. For example: I'm trying to fetch a 10 posts and comments associated with all those posts, like facebooks wall…
Saad
  • 26,316
  • 15
  • 48
  • 69
-2
votes
1 answer

How to set up node-postgres?

I have a PostgreSQL, php5, running on Apache2.0 (on a Windows machine.) I want to be able to push updates to the client's browser when certain table rows are updated. I came across this https://github.com/brianc/node-postgres What & how do I set…
Joe B
  • 1,261
  • 14
  • 20
1 2 3
39
40