systemprompt-database 0.2.2

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
mod introspection;
mod query_executor;

pub use introspection::DatabaseAdminService;
pub use query_executor::{QueryExecutor, QueryExecutorError};