13 lines
222 B
Markdown
13 lines
222 B
Markdown
## Learning nested models
|
|
|
|
This repo is for learning.
|
|
|
|
* avoid n + 1 performance slowdown
|
|
* avoid over selecting from the database blowing up memory
|
|
|
|
## Services architecture
|
|
|
|
* api.py
|
|
* models.py
|
|
* routes.py
|
|
* service.py
|