Skip to content

Commit e73bbe0

Browse files
committed
Doc: Update link to joined table inheritance
1 parent f251293 commit e73bbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_multiple_users.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Load Users in Different Database Tables in a Flask Application
22

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._
44

55
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?
66

0 commit comments

Comments
 (0)