Skip to content

馃殌 pg_dbml v1.0.2

Choose a tag to compare

@heptau heptau released this 07 May 02:08
· 7 commits to main since this release

This release fixes an issue with non-deterministic output ordering, ensuring that DBML files are generated in a consistent order every time.

馃敡 Improvements & Fixes

Deterministic Output: Tables, columns, indexes, and references are now sorted consistently to produce reproducible DBML files across multiple runs. This is especially useful for:

  • Version control diffs (no meaningless changes between runs)
  • Automated testing and CI/CD pipelines
  • Reliable schema comparisons