brewlog/src
Jon Seager 91bd3172ea
feat(brews): add domain layer and database migration
- Add BrewId typed wrapper
- Add Brew, BrewWithDetails, NewBrew, BrewFilter, BrewSortKey
- Add BrewRepository trait with transactional insert semantics
- Add brews table with foreign keys to bags and gear
- Update timeline_events constraint to include 'brew' entity type
2026-02-02 19:29:23 +00:00
..
application chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
domain feat(brews): add domain layer and database migration 2026-02-02 19:29:23 +00:00
infrastructure chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
presentation chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00