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

$unset not implemented #57

Open jefmud opened 4 years ago

jefmud commented 4 years ago

By the way, I'm a big fan of this project as the noSQL alternative to SQLite project.

I kept wondering why when I used "$unset" nothing was changed. Then I checked the tests, and then finally drilled into the code and noticed that "$unset" is not implemented.

Are there any plans for adding this?