OpenAgentID documentation
Source referencesPackage entries

aegis-store-pg (Rust)

AEGIS PostgreSQL storage backends

Purpose

AEGIS PostgreSQL storage backends

Read the aegis verification guide.

Source contract

FieldValue
Packageaegis-store-pg
Version0.2.0
LanguageRust
Runtime floor1.85
Manifestaegis/aegis-store-pg/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: cc3e929331df530a8792730f619583d96e6d582773a10d44a8586aae985c2102. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.

Integration

Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.

Exported entry points

The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.

aegis/aegis-store-pg/src/lib.rs

Source SHA-256: 77c32f388a08e399d52ad6f089fb8463130401d3a0d9f64121bb06621360d40d.

pub mod cache;
pub mod delegations;
pub mod keys;
pub mod nonces;
pub mod revocations;
pub mod sessions;
pub use cache::PgVerificationCacheStore;
pub use delegations::PgDelegationStore;
pub use keys::PgKeyStore;
pub use nonces::PgNonceStore;
pub use revocations::PgRevocationStore;
pub use sessions::PgSessionStore;
pub async fn run_migrations(pool: &sqlx::PgPool) -> Result<(), sqlx::Error> {

Module signatures and options

Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.

On this page