On Mon, 27 Apr 2021, Robert Latest via Python-list wrote:

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,

Yes, I've known of SA for years. I want something that can be embedded in
the application so the user doesn't need to install another dependentcy
package and maintain it.

Regards,

Rich
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to