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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!