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: load_multiple_users.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Load Users in Different Database Tables in a Flask Application
2
2
3
-
[Working with multiple databases in flask](joined_table_inheritance.md)
3
+
_This article features my early struggles in understanding how to work with multiple database users. Once I learnt how to [work with joined table inheritance](joined_table_inheritance.md), I appreciated the support SQLAlchemy provides to solve this. Anyways, if you would like to read more on where I begun from, continue reading._
4
4
5
5
Imagine you have a database table of students and another database table of teachers. Let us imagine again that the application we are interested in building should be able to load all the students and all the teachers, separately. How do you go about it?
0 commit comments