mnm-store 0.2.4

Postgres + pgvector storage layer for midnight-manual (sqlx-backed).
Documentation

mnm-store — Postgres + pgvector storage for midnight-manual.

Schema lives in crates/mnm-store/migrations/; typed entity APIs in [entities]; the PgPool builder and sqlx::migrate!() runner in [pool]. Errors are mapped through [error::StoreError] so callers don't depend on sqlx internals.

See the data-model schema reference for schema details.