FlockDB

FlockDB 1.8.5

FlockDB is used on Twitter to store social graphs, meaning the relations between various users.FlockDB was meant to hold little depth levels, but to be able to scale horizontally. This means it can store a small number of relations and relation types...

Gizzard

Gizzard 3.0.2

Twitter uses it for retrieving information from a large data set, information so large that it can't be stored in one computer alone.This means that the needed data is scattered across many network servers, and hard to query without running multiple...

SlimScrooge

SlimScrooge 1.0.14

SlimScrooge analyzes DB queries and slims them down to only the content asked in the query, with no additional data being returned in the results besides the one asked for.This reduces a databases CPU load and improves bandwidth usage and query...

DBKiss

DBKiss 1.16 / 2.00 Beta

The class is easy to setup and provides a much faster interface to DB tables than the laggy and complex phpMyAdmin.Features:MySQL and PostgreSQL support Import/export of data Searching the database or single table Advanced SQL editor Save...

trueDAT

trueDAT 4.0.5

trueDAT doesn't provide all the phpMyAdmin features, but is perfect for managing just one single database.Once installed trueDAT provides a pretty self-explanatory interface which developers can use and run their very own custom SQL queries against the...

Sypex Dumper

Sypex Dumper 2.0.11

Sypex Dumper is a quick and extremely easy to use Web-based solution for managing MySQL databases.This little script can handle everything from boring maintenance tasks up to pretty crucial troubleshooting duties a developer might have.Sypex Dumper...

SimpleMysql is actually a wrapper for MYSQLdb, an advanced MySQL client for Python developers.SimpleMysql does nothing more than to simplify some of its syntax and narrow down support only to the common MySQL transactions.Just as the original, to run SQL...

MongoBit

MongoBit 0.2.10

MongoDB is database server written in C++. It follows the NoSQL, key-value store system and is scalable, high-performance and open sourced.MongoBit uses the pymongo MongoDB Python driver to allow developers to query, interact and automate some MongoDB...