adewes / blitzdb

Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
http://blitzdb.readthedocs.org
MIT License
330 stars 37 forks source link

file backend: support query by lambda expression #59

Closed kylewm closed 9 years ago

kylewm commented 9 years ago

fixes #58

adewes commented 9 years ago

Awesome, thanks @kylewm !