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

py2neo

py2neo 3.1.1 updated

Neo4j is a high-performance graph engine with all the features of a mature and robust database.It is a data store that falls into the boundaries of a NoSQL database system.The project provides support for the Graph Export Object File Format (GEOFF),...

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

PgHero

PgHero 1.1.3 updated

PgHero can show a small status review for a desired PostgreSQL database. This is done via a Web-based interface where admins can go and check out how their database is being used. Admins can view a list of recent queries, current indexes, the disk space...

ArangoDB-NET

ArangoDB-NET 0.9.3 updated

ArangoDB-NET allows developers to interact with the ArangoDB REST API from Mono or .NET-based websites or applications.The package is basically an ODM (object document mapper), similar to what an ORM (object relational mapper) stands for to ...

Pyrseas

Pyrseas 0.7.2

Pyrseas includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables.A similar, yet reverse tool, yamltodb, generates SQL statements to modify a database to match an inputted YAML file.This way database setups can be easily...

NHibernate

NHibernate 4.0.3

NHibernate automatically renders SQL for handling objects, based on an XML description.Features:Natural programming model Native .NET support Support for fine-grained object models No build-time bytecode enhancement Query options Custom SQL Support for...