ambuda icon indicating copy to clipboard operation
ambuda copied to clipboard

Update to ORM 2.0 style from ORM 1.x style

Open kvchitrapu opened this issue 1 year ago • 0 comments

Current db queries use query() method from legacy 1.x ORM API. To keep in sync with SQLAlchemy, we should start moving towards SQLAlchemy 2.0 style code which uses select() for the same purpose:

https://docs.sqlalchemy.org/en/20/orm/queryguide/api.html

kvchitrapu avatar Apr 01 '23 13:04 kvchitrapu