rorymadden / neoprene

Neo4j ORM for Node.js
http://rorymadden.github.com/neoprene
Apache License 2.0
13 stars 3 forks source link

mQuery #7

Open rorymadden opened 11 years ago

rorymadden commented 11 years ago

Mongoose has an awesome query object which uses mQuery. This allows people to do things like:

Node.find().where({a:'b'}).limit(1).orderBy({}).exec()

This would be a usability win.