init
This commit is contained in:
commit
48c6176c47
12 changed files with 1971 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue