You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgresAdapter can use a scheme other than "public".
Non-Goals
No response
Background
All SQL queries do not specify which schema to use. The "public" schema is used by default. I would like to be able to create auth specific entities in a separate scheme.
Proposal
The second argument might be added to PostgresAdapter with an optional setting for a database schema. If it is not set, "public" should be used by default. All queries have a prefix with the schema.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Goals
Non-Goals
No response
Background
All SQL queries do not specify which schema to use. The "public" schema is used by default. I would like to be able to create auth specific entities in a separate scheme.
Proposal
The second argument might be added to PostgresAdapter with an optional setting for a database schema. If it is not set, "public" should be used by default. All queries have a prefix with the schema.
I can contribute.
Beta Was this translation helpful? Give feedback.
All reactions