Skip to content

Conversation

vloldik
Copy link

@vloldik vloldik commented Oct 14, 2025

This PR introduces initial support for PostgreSQL schemas. Users can now specify a schema for tables, types, and enums using the schema.name convention. The exporter now generates CREATE SCHEMA IF NOT EXISTS for all schemas used in the diagram.

DDL statements (CREATE TABLE, CREATE TYPE, COMMENT ON, REFERENCES, etc.) are updated to use the "<schema>"."<object>" format. Objects without a specified schema default to public for backward compatibility.

Copy link

vercel bot commented Oct 14, 2025

@vloldik is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant