schapman1974 / tinymongo

A simple wrapper to make a flat file drop in raplacement for mongodb out of TinyDB
MIT License
199 stars 32 forks source link

collection_names() functionality #37

Open lockefox opened 7 years ago

lockefox commented 7 years ago

http://api.mongodb.com/python/current/api/pymongo/database.html#pymongo.database.Database.collection_names

Not sure how to implement other than taking .keys() of the top-level of the JSON.

davidlatwe commented 6 years ago

Resolved in #43

ramuta commented 5 years ago

If this is fixed it should be closed

cc @schapman1974