What's Changed
- Feat: Support Python API
- get_erd: equivalents to `dbterd run`
- get_model_erd: equivalents to `dbterd run -s 'exact:...'[ -s 'exact:...']`
- Docs: Add Python API Reference site using `pdoc`. See beta page [here](https://dbterd.datnguyen.de/latest/api-docs/dbterd/api.html)
- Fixes: Run metadata handling probably the entity name format
Under the hood
* Feat/83 official api support by datnguye in https://github.com/datnguye/dbterd/pull/91
* fix: run metadata need handle entity name format probably by datnguye in https://github.com/datnguye/dbterd/pull/93
* Feat/83 python api (cont) by datnguye in https://github.com/datnguye/dbterd/pull/94
**Full Changelog**: https://github.com/datnguye/dbterd/compare/1.11.0...1.12.0