MongoDB shell version: 2.4.9
connecting to: test
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
http://docs.mongodb.org/
Questions? Try the support group
http://groups.google.com/group/mongodb-user
> db.getCollectionNames()
[ ]
> db.foo.insert({})
> db.getCollectionNames()
[ "foo", "system.indexes" ]
>