ZODB

ZODB 4.2.0 updated

Developed by the same people that developed ZOPE, a framework and application server for Python-based apps, ZODB provides an application agnostic database system for Python developers. ZODB is built on an OODB (object-oriented database), very different...

CockroachDB

CockroachDB alpha

CockroachDB is a relatively new database engine, created following the NoSQL key-value data storage principle.This approach allows the CockroachDB engine to be easily (horizontally) scaled while developers can have a high level of control over the data's...

InfluxDB

InfluxDB 0.9.0 updated

InfluxDB was written in Google's new Go language and has been open sourced for easier and faster development.The database engine itself has no external dependencies which allows it to be installed on most operating systems that can run Go.The entire...

Stickshift

Stickshift 1.5.1

Stickshift aids developers in viewing an SQL query's information in a much coherent way.While Web-based database GUIs use datagrids to display database query results, Stickshift optionally renders stacked, line, or map charts out of the information as...

pyodbc

pyodbc 3.0.10

It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more.It delivers an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.What is...

Apache CouchDB was initially developed at IBM and donated later on to the Apache Software Foundation.Compared to other databases around, CouchDB is still very young, but this has not stopped it from gathering quite a following in its short lifespan.The...

PgHero.sql is the project that inspired the PgHero Ruby Web app. This app provides the same functionality as PgHero.sql, only from a Web-based GUI.PgHero.sql does practically the same thing, only using SQL commands and working from the user's database...