sqlmodel-selectin/README.md
Waylon S. Walker 48c6176c47 init
2025-07-03 09:48:05 -05:00

222 B

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