馃殌 pg_dbml v1.0.2
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