Skip to content

Commit a169d7c

Browse files
authored
Update README.md
1 parent 0f42761 commit a169d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ What's different:
77
* Support for Flask-SQLAlchemy syntax using `--flask` option. All this means:
88
* SQLAlchemy class is instantiated (i.e. `db = SQLAlchemy()`).
99
* Flask-SQLAlchemy columns are used (e.g. `db.Integer`).
10-
* Metadata is only implicit in tables
10+
* Metadata is only implicit in tables.
1111
* Defaults to generating backrefs in relationships. `--nobackref` still included as option in case backrefs are not wanted.
1212
* 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 <a href="https://pypi.python.org/pypi/inflect">inflect</a>.
1313
* Generate explicit primary joins. I deal with pretty complicated tables that need explicit primary joins.

0 commit comments

Comments
 (0)