Models¶
FlaskBB uses SQLAlchemy as it’s ORM. The models are split in three modules which are covered below.
Forum Models¶
This module contains all related models for the forums.
The hierarchy looks like this: Category > Forum > Topic > Post. In the Report model are stored the reports and the TopicsRead and ForumsRead models are used to store the status if the user has read a specific forum or not.
User Models¶
The user modules contains all related models for the users.
Management Models¶
The management module contains all related models for the management of FlaskBB.