Files
thoughts/thoughts-backend/models
Gabriel Kaszewski d92c9a747e
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 2m30s
feat: implement pagination for user retrieval and update feed fetching logic
2025-09-09 02:53:24 +02:00
..

models

No axum or api dependencies should be introduced into this folder. Only dependencies for modelling are allowed:

  • serde (JSON serialization/deserialization)
  • SeaORM (domain models and database)
  • validator (parameter validation)
  • utoipa (openapi)

SeaORM

Write migration files first, then generate models.