sadisplay
Simple tool for SQLAlchemy schema visualization
Install
- All systems
-
curl cmd.cat/sadisplay.sh
- Debian
-
apt-get install python3-sadisplay
- Ubuntu
-
apt-get install python3-sadisplay
- Kali Linux
-
apt-get install python3-sadisplay
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-sadisplay
- Dockerfile
- dockerfile.run/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.