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

Blitzdb backends files queries cleanup #48

Closed jcollado closed 9 years ago

jcollado commented 9 years ago

Cleanup for the blitzdb.backends.file.queries module and some refactoring to remove code duplication.

adewes commented 9 years ago

Really nice work, thanks @jcollado!