Is your feature request related to a problem? Please describe.
We upgraded SQLAlchemy to v2 in version 23.6, but the code style is still v1.
Considering the use of asynchronous sessions enabled by psychopg3, I think it should be changed to 2.0 Style.
Is your feature request related to a problem? Please describe.
We upgraded SQLAlchemy to v2 in version 23.6, but the code style is still v1. Considering the use of asynchronous sessions enabled by psychopg3, I think it should be changed to 2.0 Style.
Describe the solution you'd like
I would like to change to 2.0 Style.