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 1
1
# Flask sqlacodegen
2
2
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.
13
4
14
5
What's different:
15
6
@@ -42,4 +33,4 @@ git clone https://github.com/ksindi/flask-sqlacodegen.git
42
33
python -m venv env
43
34
pip install -r requirements.txt
44
35
python -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