Logo-amall

Using nhost and Hasura, has anyone been able to create schemas apart from "public" and get them to work properly in a local Hasura console? It seems that adding any additional schemas causes the GraphQL Engine metadata to be inconsistent with the database.

Last active 7 months ago

3 replies

12 views

  • SI

    Using nhost and Hasura, has anyone been able to create schemas apart from "public" and get them to work properly in a local Hasura console? It seems that adding any additional schemas causes the GraphQL Engine metadata to be inconsistent with the database.

  • GU

    mmm, weird. It's possible that it doesn't play well with our CLI… as a curiosity, why do you need another schema? Instead of using the public table ?

  • SI

    @guicurcio From a technical standpoint, we can put everything in public and it would work. We would prefer to use multiple schemas for human logic. It is much easier for us to organize and understand our structure (and therefore improve maintenance and longevity) when it can be put in multiple schemas.

Last active 7 months ago

3 replies

12 views