sqlacodegen
Automatic model code generator for SQLAlchemy
Install
- All systems
-
curl cmd.cat/sqlacodegen.sh
- Debian
-
apt-get install sqlacodegen
- Ubuntu
-
apt-get install sqlacodegen
- Kali Linux
-
apt-get install sqlacodegen
- Fedora
-
dnf install sqlacodegen
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sqlacodegen
- Raspbian
-
apt-get install sqlacodegen
- Dockerfile
- dockerfile.run/sqlacodegen
sqlacodegen
Automatic model code generator for SQLAlchemy
This is a tool that reads the structure of an existing database and generates the appropriate SQLAlchemy model code, using the declarative style if possible.