Relative Content

Tag Archive for pythonsqlmysqlflask

Issues with Executing Raw SQL Query Using Pony ORM in Flask Application

I’m currently working on a Flask application using Pony ORM for database management. My goal is to fetch all products along with their associated category and unit names from a MySQL database. While I can perform basic CRUD operations without issues, I’m facing difficulties executing a JOIN query to join multiple tables using Pony ORM