Using MongoDB and Postgres/MySql together

Hi,
I’m wondering if anyone or if it would be possible to use a combination of MongoDB and either Postgres or Mysql together.
For example: Using the useraccounts package to store in MongoDB and the majority of other collections talking to Postgres

cheers

Ben Green has released two packages that might help you:

numtel:mysql https://atmospherejs.com/numtel/pg
numtel:meteor-pg https://atmospherejs.com/numtel/pg

On GitHub:
MySQL: https://github.com/numtel/meteor-mysql/
Postgres: https://github.com/numtel/meteor-pg