I'm trying to put together a tutorial using Pony ORM for Python, and would be grateful for tips on how to simplify my code: please see https://stackoverflow.com/questions/78829629/date-conversion-and-any-in-pony-orm-with-sqlite, and thank you in advance. #PonyORM
Dear #Python community,
what is the recommended library to interact with #PostgreSQL?
I've heard of #psycopg2 and #SQLAlchemy in context of web applications but want to build a desktop app.
Tried #PonyORM with mixed results.
I'd prefer not to go raw #SQL if possible.