PgAccess is a pretty GUI (Graphical User Interface) for the open source
database PostgreSQL.
PgAccess is a cross-platform database management tool for PostgreSQL, written in
Tcl/Tk. There are active efforts to turn it into a tool for writing applications
that can work in a distributed client-server model (a central PostgreSQL
database and remote clients).
PgAccess was originally written by Constantin Teodorescu using Visual Tcl,
"the best tool for developing Tcl/Tk applications I've ever seen."
It is currently managed by the developers at BSDforge.com.
pg_reorg can reorganize tables of a PostgreSQL database without any locks,
so that you can retrieve or update rows in tables being reorganized. The
module is developed to be a better alternative to CLUSTER and VACUUM FULL.
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.
This port contains the programming reference for databases/libgda4.
DBD module interfacing the ODBC databases.
DBIx::SQLite::Simple - easy access to SQLite databases using objects
The DBIx::Perlish module provides the ability to work with databases
supported by the DBI module using Perl's own syntax for four most common
operations: SELECT, UPDATE, DELETE, and INSERT.
A vendor independent interface for accessing databases, similar to Perl's DBI
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are
supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy.
Simpler to use, and simpler to maintain.
Git repository: https://github.com/geoalchemy/geoalchemy2
Tools to make migrating your DBIx::Class databases easier.