Tirumarai Selvan

Results 146 comments of Tirumarai Selvan

@tom-pryor As a workaround, is it possible for you to client-side template all your queries with the schema name?

One idea is to have a default schema per role (default: public). Say, a role called **tenant1** can specify that its default schema is `tenant1` . Then the public schema...

@furlongce @ilijaNL There is a workaround to achieve schema-level tenancy with the "Dynamic DB Resolution" feature we have in[ preview](https://github.com/hasura/graphql-engine/issues/3606#issuecomment-1355855664). You can create "stub" databases corresponding to each schema and...

Related: https://github.com/hasura/graphql-engine/issues/8259

Related: https://github.com/hasura/graphql-engine/issues/3685