fastapi-template/src/_module_template/models.py

9 lines
151 B
Python
Raw Normal View History

2026-05-13 15:09:59 +01:00
"""
Database models for the <this> module
2026-05-13 15:09:59 +01:00
Models:
- <ModelName>:
- <normal_columns[FK][PK]>
- <orm_relationships>
- <calculated_properties>
2026-05-13 15:09:59 +01:00
"""