Using meteor with postgresql

meteor, postgresql, sql

Solution

Not sure if you are still looking for it but this could help: https://github.com/meteor-stream/meteor-postgres

Problem

I want to use Meteor to connect to our relational database (PostgreSQL). Is there any experience in connecting Meteor to other databases? I guess we have to write our own connector to use the nice features of Meteor with PostgreSQL. Update: See the answer below. Since this question is still getting attention here is the link to the solution. https://github.com/meteor-stream/meteor-postgres

Original source

Related problems