When I create a meteor app, where is the database?
I have an app called leaderboard, but when I run mongo shell and do show dbs I see only local (
show dbs
local (
You can connect to your app's mongodb with meteor mongo and then us show collections to list the Meteor.Collections you've created.
show collections
Meteor.Collection