Is there a way to integrate tortoise-orm instead of sqlalchemy #894
Answered
by
sudhakar-datta
sudhakar-datta
asked this question in
Q&A
-
I would like to use starlite, but it is tightly integrated with sqlalchemy. Sqlalchemy pulls in greenlet, greenlet lot of issues with M1 processor. It has almost become a no go just due to sqlachemy integration. We like everything it offers but the ORM! |
Beta Was this translation helpful? Give feedback.
Answered by
sudhakar-datta
Dec 1, 2022
Replies: 1 comment
-
Somehow I had not looked at the plugins section. My mistake and my misery. It is documented here - https://starlite-api.github.io/starlite/usage/10-plugins/2-tortoise-orm-plugin/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sudhakar-datta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow I had not looked at the plugins section. My mistake and my misery. It is documented here - https://starlite-api.github.io/starlite/usage/10-plugins/2-tortoise-orm-plugin/