brewlog/src/infrastructure
Jon Seager 5f8de35404
feat(brews): add infrastructure layer
- Add SqlBrewRepository with transactional insert that deducts from bag
- Return Conflict error when insufficient coffee in bag
- Add BrewsClient for CLI HTTP operations
2026-02-02 19:30:14 +00:00
..
client feat(brews): add infrastructure layer 2026-02-02 19:30:14 +00:00
repositories feat(brews): add infrastructure layer 2026-02-02 19:30:14 +00:00
auth.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
database.rs chore: remove duplicated code for pagination 2025-11-25 19:56:50 +00:00
mod.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00