SQL::Translator is a group of Perl modules that converts vendor-specific
SQL table definitions into other formats, such as other vendor-specific
SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
classes.
PgWorksheet is a simple GUI frontend to PostgreSQL for executing
SQL queries, and psql commands without the need for the psql
command line tools.
Originally Developed by Henri Michelon, and now currently
Maintained and Developed by Chris Hutchinson.
A PECL extension to provide read access to MDB data files as used by Microsoft
Access and its underlying JetEngine. It is based on libmdb from the mdbtools
package.
PL/Lua is an implementation of Lua as a loadable procedural language
for PostgreSQL: with PL/Lua you can use PostgreSQL functions and
triggers written in the Lua programming language.
forgetSQL is a Python module for accessing SQL databases by creating classes
that maps SQL tables to objects, normally one class pr. SQL table. The idea is
to forget everything about SQL and just worrying about normal classes and
objects.
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
The python-rrdtool provides a interface to rrdtool, the
wonderful graphing and logging utility. This wrapper
implementation has worked from the scratch (without SWIG),
and it's under LGPL.
A simple utility to merge existing RRD data from backups into new RRD files
that have started gathering data already. Useful for getting historical data
back while performing disaster recovery.
Ruby DataObjects driver for MySQL
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
a single interface.
At present, PostgreSQL, MySQL, and SQLite adapters are available.
Ruby DataObjects driver for PostgreSQL
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
a single interface.
At present, PostgreSQL, MySQL, and SQLite adapters are available.