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 updatesudo apt-get install sqlacodegen - Raspbian
-
apt-get install 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.