File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11# Flask sqlacodegen
22
3- Fork of [ sqlacodegen] ( https://pypi.python.org/pypi/sqlacodegen ) by Alex Gronholm. Based off of version 1.1.6.
4- > Now Support Python 3.9 or lastest
5-
6- > Now Support SQLAlchemy 2.0 or lastest
7-
8- Thanks
9-
10- * https://github.com/maacck/sqlacodegen_v2/
11- * https://github.com/ksindi/flask-sqlacodegen/pull/47
12-
3+ Fork of [ sqlacodegen] ( https://pypi.python.org/pypi/sqlacodegen ) by Alex Gronholm.
134
145What's different:
156
@@ -42,4 +33,4 @@ git clone https://github.com/ksindi/flask-sqlacodegen.git
4233python -m venv env
4334pip install -r requirements.txt
4435python -m sqlacodegen.main --flask --outfile models.py mysql+pymysql://< username> :< password> @< database-ip> :< port> /< database-name> [--tables < tablenames> ] [--notables]
45- ```
36+ ```
You can’t perform that action at this time.
0 commit comments