Using Custom Schemas
By default, your database has a public
schema which is automatically exposed on data APIs.
Creating custom schemas
You can create your own custom schema/s by running the following SQL, substituting myschema
with the name you want to use for your schema:
Exposing custom schemas
You can expose custom database schemas - to do so you need to follow these steps:
- Go to API settings and add your custom schema to "Exposed schemas".
- Run the following SQL, substituting
myschema
with your schema name:
Now you can access these schemas from data APIs: