tortoise-orm
tortoise-orm copied to clipboard
Have you considered allowing Tortoise to be independently initialized multiple times in different packages?
Imagine a scenario where we are using an open-source package based on Tortoise, and our own project also uses Tortoise. However, because Tortoise can only be initialized once, the package developed with Tortoise is not convenient for others to directly import and use.