Building a prototype Javascript engine for MongoDB
Oct 4, 2015
MongoDB has a few tricks up its sleeves when it comes to database queries. A unique feature of Mongo is its $where operator. $where lets a user query a database by passing in a custom Javascript function or expression.