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.
//! Shared pool alias for repository implementations.
//!//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
usesqlx::PgPool;usestd::sync::Arc;pubtypePgDbPool=Arc<PgPool>;