FreeBSD ports, or other *BSD related projects, that I either created, maintain, host, or worked on. Following, are those in the databases category.
pgaccess
- PgAccess
is an attractive GUI 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, and is currently maintained, and developed by Chris Hutchinson.
Screenshots
-
Installation
-
Using the FreeBSD ports
system:
cd /usr/ports/databases/pgaccess make install clean
Using the FreeBSD pkg system:pkg install databases/pgaccess