sqlxgentools/lib/sandbox/src
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
..
migrations feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
models feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
repositories feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
db.rs feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00
lib.rs test(sandbox): add repository testing 2025-10-12 14:02:20 +02:00
main.rs feat: one-to-many relation helper 2026-01-04 22:14:00 +01:00