Public Schemas
Public schemas define how data is exposed from a data store managed by ReJot, see our Defining Schemas guide for more details.
Public Schema
Unique name for the public schema.
Path to the source file defining this schema.
Configuration details specific to the public schema type.
Source
Slug of the data store that contains the source data.
Version
Config
The configuration of a public schema depends on its type, specified by the publicSchemaType
field.
Currently, the following types are supported:
Postgres
Configuration for PostgreSQL-based public schemas.
Transformations
Transformations define how changes in source tables are reflected in the public schema.
This transformation will be used when this operation is executed on the source table.
This transformation will be applied when this source table is changed.
The SQL query to execute when a relevant operation is performed on the source table. This query supports positional query parameters ($1, $2), or named parameters (:name), but not both at the same time. Note that positional parameters will be ordered according to the column order in the table definition.