Commit graph

20 commits

Author SHA1 Message Date
e3ce642226 WIP 2026-01-06 00:27:31 +01:00
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
32ef1f7b33 fix(migrations): add indicatives comment at start of SQL files 2025-10-17 20:30:35 +02:00
d8624a762d build: workspace packages metadata and license 2025-10-12 15:12:08 +02: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
3b134cdb6c feat(repositories): add insert_many method generation 2025-03-10 09:34:46 +01:00
09791951d9 WIP 2025-01-27 09:08:04 +01:00
c15e69a6c4 feat: add repository code generator 2024-12-28 19:56:04 +01:00
912d00f2d3 initial commit 2024-12-27 23:00:38 +01:00