By default when i connect Hasura to a postgres database, it connects to the public schema.
Isn't there an option to connect to a different schema?
By default when i connect Hasura to a postgres database, it connects to the public schema.
Isn't there an option to connect to a different schema?
Hasura needs 2 schemas to work:
hdb_catalog
andhdb_views
.All other schemas are optional.
You can register objects from any schema if
hasurauser
has access to them.