-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Milestone
Description
I'm working on a multi-tenant application, where the connection pooler would connect to an admin db, to get the information about the tenant's db an schema, and then connect to the db an set proper search path, the problem is that all Models include the schema name.
Having an option when Models are generated to disable prefixing a relation with a schema name would solve this problem.