Must have Development Tools Scripts for Web
A Document-Object Mapper is like ORM, but for document databases. It uses a simple declarative API, similar to the Django ORM.What is new in this release:Allow strings to be used in index creation
Fixed EmbeddedDoc weakref proxy issue
Fixed nested...
MongoDB is a document-oriented database, perfect for high intensive load environments.
Mongoid is written in Ruby and it offers a familiar API for developers that previously used ORMs like Data Mapper or Active Record.
Because of MongoDB's...
The module is built on top of the native MongoDB Python driver.What is new in this release:Now MongoKit required PyMongo >= 2.5
find_and_modify returns None if the query fails
Fix off-by-one error on SchemaDocument
Fix inherited queries
Fix for...
Mongoose is an intermediary layer between your JavaScript code and a MongoDB database.
It takes instructions written in JavaScript, converts them to MongoDB queries, runs them, fetches the results, and makes them available to the JS application as a...
mongostat is a MongoDB console command that reports on the status of a currently running mongod and/or mongos processes.While very useful, like most CLI tools, its output is extremely difficult to read, especially for database administrators not familiar...
Mongorito lets developers easily interact and run various database transactions against MongoDB, a popular document-oriented database management system.
The package is basically an ORM for MongoDB, but since MongoDB is a NoSQL database and has no tables...
Based on the Mongoose.js library, Mongothon implements an ODM (object-document model) for MongoDB NoSQL databases.This allows easier document management via simple Python calls instead of complicated code structures and hundreds of code lines.This means...
MongoDB is a document-oriented database management system. A driver is a client library that provides an API for connecting to MongoDB servers, performing queries and updates on those servers, and performing administrative tasks like creating indexes...
This HTTP library and server for Ruby was intended for hosting Ruby web applications of any kind using plain HTTP instead of FastCGI or SCGI.It is framework agnostic and already supports the Ruby On Rails, Og+Nitro, Camping, and IOWA frameworks.What is...
MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments. Mongs uses Python to connect to a MongoDB server, and build an interface for searching and viewing its data.Editing is not supported, but Mongs was...