Re: How to convince people to choose PostgreSQL over MySQL?

From: Josh Berkus <josh(at)berkus(dot)org>
To: Darren Duncan <darren(at)darrenduncan(dot)net>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: How to convince people to choose PostgreSQL over MySQL?
Date: 2017-06-15 21:03:03
Message-ID: cc216f43-a317-4a21-0f9f-9b7437ee55b3@berkus.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On 06/15/2017 12:15 PM, Darren Duncan wrote:
> On 2017-06-15 11:59 AM, Josh Berkus wrote:
>> Do developers use GUIs for databases these days? I thought they did
>> everything through ORMs. See, that's the kind of thing one needs to ask
>> them.
>
> That's apples and oranges. ORMs are for making custom applications to
> talk with a DBMS. A GUI is for a human to talk directly to a DBMS, such
> as for debugging what their application actually changed or saw, or
> doing administration etc. Having a good GUI is important. -- Darren Duncan

Why do people always thing apples and oranges can't be compared?
They're both fruit, they're both round, they both have vitamin C.

Anyway ... I'm really suggesting that we shouldn't *assume* that GUIs
are important to application developers without *asking*. I work a bit
with the Django community, and my experience has been that those devs
pretty much use the Django ORM and/or python code to interact with the
database.

BTW, pgAdmin4 is pretty awesome now, except that its packaging is
terrible. So it's nice-looking and useful, but you can't install it.
That seems solvable if someone has the time.

--
Josh Berkus
Containers & Databases Oh My!

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Darren Duncan 2017-06-15 21:21:14 Re: How to convince people to choose PostgreSQL over MySQL?
Previous Message Darren Duncan 2017-06-15 19:52:18 Re: How to convince people to choose PostgreSQL over MySQL?