Mango

Mango 1.0

Mango is a basic MongoDB driver for .NET developers, letting them easily interface with a local or remote database at will.The entire Mango library is contained in one single C# file and can easily be added to any existing project.Mango is also available...

pg_repack

pg_repack 1.3.2 updated

pg_repack is an unofficial fork from the now abandoned pg_org project. As the original pg_org extension, pg_repack does not lock any tables when moving data around and can be used to optimize production level databases. pg_repack comes with three distinct...

Crate

Crate 0.54.1 updated

Crate is a database coded in Java that uses the classic SQL syntax to index and store information in one machine or using server clusters. Data can be easily queried and made available in real-time, allowing developers to easily scale up their...

dbv.php

dbv.php 1.2 updated

While version control is one of the most used techniques in managing coding projects, it is not used that much for managing databases. dbv.php allows DB administrators to manage various stages of their database and adjacent schemas by tracking revisions...

phpMyAdmin

phpMyAdmin 4.6.4 updated

phpMyAdmin has reached the stratosphere of fame in Web development, almost completely identifying itself with the product it serves. Just by saying phpMyAdmin, any developer these days will think of MySQL. Some don't even know MySQL doesn't come with...

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