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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!