Re: CRUD tool? - Mailing list pgsql-admin

From Tim
Subject Re: CRUD tool?
Date
Msg-id CAKhLO5hX3usbO2tW1r3KRTdyh9ohVmNBnKMZQ37W5msybwf3VA@mail.gmail.com
Whole thread Raw
In response to CRUD tool?  (Rich Pixley <rich.pixley@hayden.ai>)
List pgsql-admin
You're confusing common and basic with something thats highly specific and customized to what you need. pgAdmin is a very common and basic way to interface with the database. All DB GUI tools are going to have the same functionality, because that is what the functionality of a database is. 

What you want is something extremely specific to your scenario, which doesnt exist already because you're the only one with your particular scenario. (You're not even really describing what you need, you need a CRUD tool that works on ONE table?!) 

Either you have to learn how a DB GUI tool works and educate your users accordingly, or you have to build a small simple application that can do exactly what you need. 

Its like saying I need a vehicle for my grandmother that only drives to the grocery store and church on Sundays, regular cars expose too much functionality. 


On Tue, Mar 14, 2023 at 12:01 PM Rich Pixley <rich.pixley@hayden.ai> wrote:
I'm looking for a tool that can provide simple, add/query/change/delete
kinds of operations on a table (or view) and I'm not finding much.

pgAdmin can do this but it also exposes a LOT of power and complexity
that I don't need to expose to the set of users I have in mind.

Are there any other appropriate tools for this?  I haven't been able to
find any and I'm thinking this should be a common, basic sort of
functionality.  Or am I missing something obvious?



pgsql-admin by date:

Previous
From: Rich Pixley
Date:
Subject: CRUD tool?
Next
From: Mónica Gamarra
Date:
Subject: Re: CRUD tool?