You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ What's different:
7
7
* Support for Flask-SQLAlchemy syntax using `--flask` option. All this means:
8
8
* SQLAlchemy class is instantiated (i.e. `db = SQLAlchemy()`).
9
9
* Flask-SQLAlchemy columns are used (e.g. `db.Integer`).
10
-
* Metadata is only implicit in tables
10
+
* Metadata is only implicit in tables.
11
11
* Defaults to generating backrefs in relationships. `--nobackref` still included as option in case backrefs are not wanted.
12
12
* Naming of backrefs is class name in snake_case (as opposed to CamelCase) and is pluralized if it's Many-to-One or Many-to-Many using <ahref="https://pypi.python.org/pypi/inflect">inflect</a>.
13
13
* Generate explicit primary joins. I deal with pretty complicated tables that need explicit primary joins.
0 commit comments