'problems on connecting multiple databases with tortoise-orm

In advance I should mention that I want to multi tenant app (same models for multiple databases) with tortoise. So in testing this actually work or not I created test project I wrote multiple connection params in config dict, wrote models, showed them in modules, in order to test I wrote insert data

To Reproduce I placed the code here https://dpaste.org/PMRx

Expected behavior It should save Model with, different databases BaseDBAsyncClient. and then get them get them with, but shows error : tortoise.exceptions.OperationalError: permission denied for table tournament

Additional context I saw NotImplemented areas inside tortoise-orm's source code. so what is the cause of error? how it can be solved? Is it even possible to create such app with tortoise?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source