Replies: 2 comments 1 reply
-
Seems like a question for tortoise... But, I expect it would require creating a new DB connection manually for each login, without using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
It gives error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Normally postgresql connection in tortoise orm:
connection schema:
There are many schemas in postgresql. The customer name entered on the login page is the schema name. When user is log in , it connects to this schema. How can we do this?
Beta Was this translation helpful? Give feedback.
All reactions