decision_cockpit 0.1.0

Layer — product decision memory with MCP tools and an embedded review dashboard
Documentation
1
2
3
4
5
6
7
//! Database access layer.
//!
//! Repositories are plain functions over a `&PgPool`. We use runtime queries
//! (`sqlx::query_as`) rather than the compile-time `query!` macros so the crate
//! builds without a live database connection.

pub mod repositories;