tedivm / paracelsus

Visualize SQLAlchemy Databases using Mermaid or Dot Diagrams.
https://pypi.org/project/paracelsus/
MIT License
94 stars 10 forks source link

Refactor the model source to allow for other ORM #3

Open offbyone opened 10 months ago

offbyone commented 10 months ago

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