Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using meteor with postgresql

Tags:

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

like image 962
encc Avatar asked May 29 '12 15:05

encc


1 Answers

yes, you have to write your own connector. I am also looking for such thing for mysql, but I dont think, anyone has started any efforts on this front. I would love to know, any ongoing efforts in this direction.

Have a look at similar question for mysql. Meteor with mysql

like image 94
Nachiket Avatar answered Sep 28 '22 06:09

Nachiket