Credis is a client library in plain C for communicating with Redis servers.
innotop connects to a MySQL database server and retrieves
information from it, then displays it in a manner similar
to the UNIX top program.
It runs on most Unix systems which have Perl, DBI, and
Term::ReadKey installed.
Google contacts and calendar akonadi resource. It allows syncing your calendar
and contacts with your google account.
pg_rman is an online backup and restore tool for PostgreSQL.
The goal of the pg_rman project is providing a method for online
backup and PITR as easy as pg_dump. Also, it maintains a backup
catalog per database cluster. Users can maintain old backups including
archive logs with one command.
LuaDBI is a database interface library for Lua.
It is designed to provide a RDBMS agnostic API for handling database operations.
[ excerpt from developer's www site ]
The Power*Architect is a user-friendly data modeling tool created by data
warehouse designers, and has many unique features geared specifically for the
data warehouse architect. It allows users to reverse-engineer existing
databases, perform data profiling on source databases, and auto-generate ETL
metadata.
Plus, the Power*Architect has the ability to take snapshots of database
structures, allowing users to design DW data models while working offline.
sqldf is an R package for runing SQL statements on R data frames, optimized for
convenience. The user simply specifies an SQL statement in R using data frame
names in place of table names and a database with appropriate table
layouts/schema is automatically created, the data frames are automatically
loaded into the database, the specified SQL statement is performed, the result
is read back into R and the database is deleted all automatically behind the
scenes making the database's existence transparent to the user who only
specifies the SQL statement.
This package provides a Python fast and full featured interface
to CouchDB.
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features
from the LevelDB API, except for:
- Arbitrary key comparison
- Snapshots
- All iteration except for single-step forward
An ANSI C library allowing communication with google calendar and contacts,
useful if you need to support this in a C or C++ application.