paracelsus
paracelsus copied to clipboard
Visualize SQLAlchemy Databases using Mermaid or Dot Diagrams.
This is the first part of the work that allows Django ORM to be displayed as well. It introduces a model adapter, and fully implements it for SQLAlchemy
```python inject(Path("models/README.md")) ``` ```plain paracelsus/cli.py", line 181, in inject format=format.value, ^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'value' ``` The issue is that the default uses `Formats.mermaid.value` and then again,...
No matter what I try, using `pyproject.toml` seems to have no effect when trying to use `inject`, but using the same value in `base` works when specified in the command...