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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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!