Skip to content

Commit d778b92

Browse files
authored
Update README.md
1 parent fb95ccd commit d778b92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
sqlacodegen
1+
flask-sqlacodegen
22
=================
33

4-
*Automatic model code generator for SQLAlchemy*
5-
64
Fork from <a href="https://pypi.python.org/pypi/sqlacodegen">sqlacodegen</a>. Based off of version 1.1.5.pre2.
75

86
What's different:
@@ -15,4 +13,3 @@ What's different:
1513
* Generate explicit primary joins. I deal with pretty complicated tables that need explicit primary joins.
1614
* If column has a server_default set it to `FetchValue()` instead of trying to determine what that value is. Original code did not set the right server defaults in my set up.
1715
* `--ignorefk` ignores special name columns (e.g. id, inserted, updated) when generating association tables. Original code requires all columns to be foreign keys in order to generate association table. Example: `--ignorefk id,inserted,updated`.
18-
* NOTE: As at 2015-06-26, I removed support for dogpile caching as that aspect of code was never fully developed.

0 commit comments

Comments
 (0)