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

Riak

Riak 2.1.1 updated

Riak is written in Lisp and simplifies development by allowing developers the ability to quickly prototype, test, and deploy database-enabled applications.Because it's a NoSQL database, don't expect any relational tables, but the classic key/value model...

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

The IP2Location database is a well-known system for supporting basic IP-to-geo conversions.IP2Location makes it possible for developers to create geo-aware services and products, dynamically reading user IPs and providing the appropriate set of features...

SimpleCrud works the same way any DB abstraction layer works, setting up an interface that simplifies running database transactions and lets the developer focus on his app instead of the correctness of SQL statements.Usage instructions are included with...

PgBouncer

PgBouncer 1.5.4

PgBouncer does not need to see full network packets at once, so memory usage is very down and limited.Several levels of brutality when rotating connections occur.In session pooling,  when the client connects, a server connection will be assigned to...

pgShark

pgShark 0.2

pgShark is obviously inspired by WireShark, a handy state of the art network protocol analyzer.pgShark works kind of the same way, only it targets network traffic going to a PostgreSQL database.Developers can use this feature to build a wide array of...