Where are we on postgres support?

I’m having a hard time finding information about the usability of Meteor and Postgres, is this doable without fighting the software yet?

Apollo. It’s MDG’s database proxy product. It handles postgres backends.

1 Like

Could you elaborate on that, please?

It’s simple enough to use Postgres with Meteor, unless you want reactive subscriptions (livedata) and/or an isomorphic API. So, if you’re happy with Meteor methods, it’s as easy as any other node application.

1 Like