Ad-hoc SQL query builder for Python3?

Robert Latest boblatest at yahoo.com
Tue Apr 27 02:30:10 EDT 2021


Rich Shepard wrote:
> For those interested I've found a couple of possibilities: PyPika and
> SQLbuilder. I'll be looking deeply into them to learn their capabilities.

In case nobody mentioned it before, don't forget to take a look at SQLAlchemy.
The object-relational-mapper (ORM) creates a 1:1 mapping of Python objects to
SQL table rows.

-- 
robert


More information about the Python-list mailing list