In Meteor (server side), is it possible to create collections of multiple databases?
Let's say I want to connect to two different databases and mount their collections in meteor. My concern are collections with the same name in both databases (for example "users").
Is there any way to have 2 collections named "users" but from 2 different databases (connections)?
Thanks!
EDIT:
The other question does not address my main issue: what if I want to mount (connect) two collections named "users" (for example) from 2 different databases.
Meteor says:
Error: A method named '/users/insert' is already defined