Help visualize or verify schema design with export to
or verify with
functionality on DBML
#2829
Replies: 1 comment 1 reply
-
You can do this with runtime schema inspection, which gives you a full description of the database schema at runtime. That should be enough to create a DBML syntax of the schema as drift would expect it.
Drift already has some tools to validate the integrity of the database schema. If you can turn |
Beta Was this translation helpful? Give feedback.
-
Having a quick way to visualize the entire schema with just a simple copy-paste a text file (e.g., directly from Github repo web) would be a great help for developer and data people. Thus suggesting to achieve this with the help of DBML syntax. A function for exporting the current schema into the DBML syntax would be helpful.
As an extension, the feature to verify if the current schema version match the visualized schema design draft (with the DBML syntax) would be great.
Beta Was this translation helpful? Give feedback.
All reactions