Commit graph

17 commits

Author SHA1 Message Date
d205d722aa style: apply cargo fmt 2026-01-13 20:47:19 +01:00
534ed83419 feat(repositories): add methods get_many_of_related_entity and delete_many_by_id 2026-01-13 20:45:37 +01:00
5e0ffe67c3 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-11 16:28:07 +01:00
cbe60d1bd2 fix(migrations): add indicatives comment at start of SQL files 2026-01-11 16:28:07 +01:00
dc77c71f68 build: workspace packages metadata and license 2026-01-11 16:28:06 +01:00
bbec0fc3bf test(sandbox): add repository testing 2025-10-12 14:02:20 +02:00
3d93beb5bd dev(clippy): allow uninlined_format_args 2025-10-11 23:12:17 +02:00
9e0f038847 refactor: apply clippy rules 2025-10-11 23:11:46 +02:00
46df9f7aeb refactor: clean up 2025-10-11 23:01:31 +02:00
b96bdb3068 fix(error): directly return sqlx Error type 2025-10-11 22:58:33 +02:00
7a6243c6e4 feat(repositories): add get_many_by_id method 2025-07-31 17:15:00 +02:00
e4a1006412 feat(repositories): add delete by id method code generation 2025-06-23 16:54:51 +02:00
64e1aa33a6 feat(migrations): support boolean type 2025-06-23 16:54:37 +02:00
21c1f2e069 feat: add models path arg 2025-06-02 11:39:05 +02:00
e4f6c0f12d feat(repositories): add update_by_id method 2025-03-23 22:31:35 +01:00
8e9d2e06d4 feat(migrations): add support for usize type 2025-03-21 22:56:13 +01:00
3977e08084 refactor: uniformize project naming 2025-03-15 10:22:00 +01:00