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
Is your feature request related to a problem? Please describe. Postgres supports schemas as an optional way of delegating access, separating logic and so on. It would be great if permify supported this.
Describe the solution you'd like
Support postgres schemas
Describe alternatives you've considered
Use a different database or let it live in the public schema with other relations.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Postgres supports schemas as an optional way of delegating access, separating logic and so on. It would be great if permify supported this.
Describe the solution you'd like
Support postgres schemas
Describe alternatives you've considered
Use a different database or let it live in the public schema with other relations.
The text was updated successfully, but these errors were encountered: