MongoEngine

MongoEngine 0.9.0

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...

Mongoid

Mongoid 5.0.0 updated

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...

MongoKit

MongoKit 0.9.1.1 updated

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

Mongoose 4.4.3 updated

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...

mongoowl

mongoowl 2.0.0

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

Mongorito 1.4.6 updated

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...

Mongothon

Mongothon 0.7.19

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...

Mongous

Mongous 0.2.7

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...

Mongs

Mongs 1.0

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...