sqlxgentools/lib/sandbox
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
..
src feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
tests test(sandbox): add repository testing 2025-10-12 14:02:20 +02:00
.gitignore feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
Cargo.toml feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
justfile feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00