What's Changed
- 🌟 Add new outputs: GraphViz, D2, PlantUML
- Optionally enforce Relationship Type with test meta named relationship_type
- Allow to configure test name
- e.g. `dbterd run -ad samples/dbt-constraints -a "test_relationship:(name:foreign_key|c_from:fk_column_name|c_to:pk_column_name)"`
- Add column description to DBML
Under the Hood
* feat: Add column description by datnguye in https://github.com/datnguye/dbterd/pull/26
* feat: add support for configurable test name by datnguye in https://github.com/datnguye/dbterd/pull/30
* Feature/29 add plantuml by datnguye in https://github.com/datnguye/dbterd/pull/31
* Feature/28 optionally enfore relationship type by test meta by datnguye in https://github.com/datnguye/dbterd/pull/32
* feat: add GraphViz and D2 as new outputs by datnguye in https://github.com/datnguye/dbterd/pull/35
**Full Changelog**: https://github.com/datnguye/dbterd/compare/1.1.2...1.2.0