Jailer
Jailer copied to clipboard
Ability to connect tables from different schemas/namespaces in PostgreSQL
For example, we have schema_one.table_one and schema_two.table_two.
How can we connect those together?
Create a new data model and first analyze “schema_one” and then “schema_two”. If schema_one.table_one and schema_two.table_two are connected via foreign key constraint, this is recognized automatically.