schapman1974 / tinymongo

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

add db.collection_names(); improve $in query #43

Closed davidlatwe closed 6 years ago

davidlatwe commented 6 years ago

implement collection_names() for #37

davidlatwe commented 6 years ago

Should fix for #42 . $in query now should get the result as same as MongoDB.

sorry about the commit message typo...

davidlatwe commented 6 years ago

Hi, is there anyone could help on this ? Thanks :)

davidlatwe commented 6 years ago

Thanks ! @schapman1974

lockefox commented 6 years ago

Tyvm!