sqlxgentools/docs/tutorials/quick_start.md
Matthieu Bessat 5f45671b74 feat: one-to-many relation helper
Allow one to specify that a field of a model is a foreign key.
It will generate a bunch of helper methods to query related entities
from one entity.
2026-01-04 22:14:00 +01:00

160 B

Quick start with sqlxgentools

Steps:

  • Install the crate
  • Declare your models
  • Generate migrations
  • Generate repositories
  • Use repositories in your code