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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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!