sadisplay

Simple tool for SQLAlchemy schema visualization

Install

All systems
curl cmd.cat/sadisplay.sh
Debian Debian
apt-get install python3-sadisplay
Ubuntu
apt-get install python3-sadisplay
image/svg+xml Kali Linux
apt-get install python3-sadisplay
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-sadisplay

python3-sadisplay

Simple tool for SQLAlchemy schema visualization

Simple package for describing SQLAlchemy schema and displaying raw database tables. Supports relations detection using Foreign Key collums. Supports mapped class inheritance.