DataMgr

DataMgr 2.5.1

DataMgr is a wrapper around basic CRUD (Create Read Update Delete) database operations allowing developers to easily write code that connects and then modifies data stored inside a database.On top of this, developers can also use DataMgr to define a...

MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows Python objects to be saved and loaded into the...

PhpRedis

PhpRedis 2.2.7

It handles sessions, errors, connections, authentication, retrieving data and much more.Check the included README file for more documentation and instructions.What is new in this release:NEW: Support for the BITPOS command Connection timeout option for...

SQL-DB

SQL-DB 0.971.2

Supports any database system running the SQL language.Features:connect() to the database deploy() the schema (CREATE TABLEs etc) Using one or more "abstract rows" obtained via arow() the developer can do() insert, update or delete queries. Using...

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

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

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

Voldemort

Voldemort 1.9.6

Voldemort is written in Java and was developed by LinkedIn.It is not a classic relational database, being more close to NoSQL systems like Redis or FlockDB rather than to MySQL.Voldemort is for managing large amounts of data on multiple servers at...