Crate cometindex

Source

Re-exports§

pub use index::AppView;
pub use index::PgTransaction;
pub use indexer::Indexer;
pub use sqlx;

Modules§

index
indexer
opt

Structs§

ContextualizedEvent

Type Aliases§

PgPool
An alias for [Pool][crate::pool::Pool], specialized for Postgres.

Attribute Macros§

async_trait