Re: CRUD tool?

From: Tim <timfosho(at)gmail(dot)com>
To: Rich Pixley <rich(dot)pixley(at)hayden(dot)ai>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: CRUD tool?
Date: 2023-03-14 16:46:39
Message-ID: CAKhLO5hX3usbO2tW1r3KRTdyh9ohVmNBnKMZQ37W5msybwf3VA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)pixley(at)hayden(dot)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?
>
>
>
>

In response to

  • CRUD tool? at 2023-03-14 16:01:45 from Rich Pixley

Browse pgsql-admin by date

  From Date Subject
Next Message Mónica Gamarra 2023-03-14 17:19:16 Re: CRUD tool?
Previous Message Rich Pixley 2023-03-14 16:01:45 CRUD tool?