SQL solutions for meteor app?

How to set up PostgreSQL connection with meteor js app?

I found one old github repo: https://github.com/numtel/meteor-pg. But it’s old.

node-postgres appears to be a well maintained, popular wrapper for node.

Since you will have to use Promise for this, you might also want to read the article Meteor Promises on medium.

1 Like

A quick search on Atmosphere:

You can also use the underlining npm packages on their own, depending on your use case.

1 Like