Skip to content

Commit 6079725

Browse files
authored
Update README.md
1 parent 34244e9 commit 6079725

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
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

145
What's different:
156

@@ -42,4 +33,4 @@ git clone https://github.com/ksindi/flask-sqlacodegen.git
4233
python -m venv env
4334
pip install -r requirements.txt
4435
python -m sqlacodegen.main --flask --outfile models.py mysql+pymysql://<username>:<password>@<database-ip>:<port>/<database-name> [--tables <tablenames>] [--notables]
45-
```
36+
```

0 commit comments

Comments
 (0)