Stored Javascript in Mongodb - Ruby Edition
Ever need anything like stored procedures in mongodb? A patch I submitted to the mongo-ruby-driver allows you to store javascript functions in the database to be used in where, map/reduce, and eval calls.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Ever need anything like stored procedures in mongodb? A patch I submitted to the mongo-ruby-driver allows you to store javascript functions in the database to be used in where, map/reduce, and eval calls.
Post a comment