Ad-hoc SQL query builder for Python3?

Rich Shepard rshepard at appl-ecosys.com
Sun Apr 25 18:23:57 EDT 2021


On Sun, 25 Apr 2021, Peter J. Holzer wrote:

> What should that sql query builder build the queries from? Or in other
> words what is the user supposed to input?

Peter,

>From the dialog box offering tables, columns, and rows from which a SELECT
statement will be constructed.

This is not a console application with a CLI; it has a GUI so there's no
direct access to the backend db from within the application.

Regards,

Rich


More information about the Python-list mailing list