Re: A PGsendQuery API design for your review

Поиск
Список
Период
Сортировка
От Joe Abbate
Тема Re: A PGsendQuery API design for your review
Дата
Msg-id 56B262AD.2020107@freedomcircle.com
обсуждение исходный текст
Ответ на Re: A PGsendQuery API design for your review  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: A PGsendQuery API design for your review  ("Karl O. Pinc" <kop@meme.com>)
Re: A PGsendQuery API design for your review  ("Karl O. Pinc" <kop@meme.com>)
Список psycopg
On 02/02/16 16:30, Karl O. Pinc wrote:
> Thanks, but I don't think so.  Those are interactive
> python shells.  What they want is a web-enabled psql;
> a SQL shell.
>
> Many years ago I did a horrible hack of phpPgAdmin
> to give them such a shell (it parses sql).  I'd
> like to move forward.

I haven't played much with your particular problem, but it seems that
adminer does what you want.  You can SELECT from a table from the left
panel, then restrict the data that you want using dropdowns, and you'll
see the generated SQL before the results with an Edit link.  If you
click on that and then add a semicolon and another query, it returns two
sets of results.

Joe



В списке psycopg по дате отправления:

Предыдущее
От: Federico Di Gregorio
Дата:
Сообщение: Re: A PGsendQuery API design for your review
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: A PGsendQuery API design for your review