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

Added supported advanced querying operators #70

Closed blesson3 closed 8 years ago

blesson3 commented 8 years ago

These operators aren't officially in any documentation I could find.

adewes commented 8 years ago

Nice, thanks @blesson3 !