Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrasa committed May 19, 2016
1 parent eda61b2 commit ba85b26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mingo
JavaScript implementation of MongoDB query language

Mingo harnesses the power of MongoDB-style queries and allows direct querying of in-memory
Mingo harnesses the power of MongoDB-style queries and allows direct querying of in-memory
javascript objects in both client and server-side environments.

[![build status](https://secure.travis-ci.org/kofrasa/mingo.png)](http://travis-ci.org/kofrasa/mingo)
Expand Down Expand Up @@ -43,6 +43,7 @@ In browser
- Variable Operators (`$map`, `$let`)
- Support for custom operators
- BackboneJS Integration
- Match against user-defined types
- JSON stream filtering and projection. *NodeJS only*

For documentation on using query operators see [mongodb](http://docs.mongodb.org/manual/reference/operator/query/)
Expand Down Expand Up @@ -166,4 +167,4 @@ cursor.first();
- Geometry Specifiers (`$geometry`, `$maxDistance`, `$center`, `$centerSphere`, `$box`, `$polygon`)

## License
MIT
MIT

0 comments on commit ba85b26

Please sign in to comment.