pgaccess is a graphical interface to PostgreSQL database written in Tcl/Tk and applications building environment. Currently, this project is not actively maintained, but the published versions should work.
Categories
Front-EndsLicense
BSD LicenseFollow PgAccess
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Dont know a similar tool which does graphical work to display the links/joins between sql tables. That is why i am still using pgaccess (with Debian Buster/sid). 1 Star less because it does not run 'out of the box': After tar xvfz and cd into the tarball-dir 'sh pgaccess.tcl' results into 'wish : not found'. Solution: apt install tk 2. call results in 'Error in startup script: bad active style "dotbox": must be frame, none, or underline' Solution: vi +247 ./lib/widgets/tablelist3.3/scripts/tablelistWidget.tcl #variable activeStyles [list frame none underline] variable activeStyles [list dotbox none underline] Now the pgaccess-window comes up!