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: all.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1293,6 +1293,12 @@ <h2>Flask resources</h2>
1293
1293
is a great walkthrough for a common use case of ensuring an email address
1294
1294
matches with the user's login information.</p>
1295
1295
</li>
1296
+
<li>
1297
+
<p>Most Flask developers use SQLAlchemy as an ORM to relational databases.
1298
+
If you're unfamiliar with SQLAlchemy questions will often come up such as
1299
+
<ahref="http://stackoverflow.com/questions/4201455/sqlalchemy-whats-the-difference-between-flush-and-commit">what's the difference between flush and commit?</a>
1300
+
that are important to understand as you build out your app.</p>
Copy file name to clipboardExpand all lines: flask.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,12 @@ <h2>Flask resources</h2>
225
225
is a great walkthrough for a common use case of ensuring an email address
226
226
matches with the user's login information.</p>
227
227
</li>
228
+
<li>
229
+
<p>Most Flask developers use SQLAlchemy as an ORM to relational databases.
230
+
If you're unfamiliar with SQLAlchemy questions will often come up such as
231
+
<ahref="http://stackoverflow.com/questions/4201455/sqlalchemy-whats-the-difference-between-flush-and-commit">what's the difference between flush and commit?</a>
232
+
that are important to understand as you build out your app.</p>
0 commit comments