systemprompt-database 0.5.0

PostgreSQL infrastructure for systemprompt.io AI governance. SQLx-backed pool, generic repository traits, and compile-time query verification. Part of the systemprompt.io AI governance pipeline.
Documentation
1
2
3
4
5
6
7
8
9
pub mod base;
pub mod cleanup;
pub mod info;
pub mod service;

pub use base::PgDbPool;
pub use cleanup::CleanupRepository;
pub use info::DatabaseInfoRepository;
pub use service::{CreateServiceInput, ServiceConfig, ServiceRepository};