You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I don't separate meteor from the client I access to multiple databases using
var database = new MongoInternals.RemoteCollectionDriver("<mongo url>");
MyCollection = new Mongo.Collection("collection_name", { _driver: database });
There is any way to access multiple databases from the client using meteor-build-client?
I have to create methods, or there is an easier way?
The text was updated successfully, but these errors were encountered:
When I don't separate meteor from the client I access to multiple databases using
There is any way to access multiple databases from the client using meteor-build-client?
I have to create methods, or there is an easier way?
The text was updated successfully, but these errors were encountered: