Skip to main content

Crate convergio_db

Crate convergio_db 

Source
Expand description

convergio-db — Database pool, migration runner, schema registry.

Provides r2d2 pool, collects migrations from all extensions, tracks applied versions in _schema_registry.

Re-exports§

pub use ext::DbExtension;

Modules§

core_tables
Core database tables owned by convergio-db.
ext
DbExtension — provides the db-pool capability to the depgraph.
helpers
Query helpers and schema introspection.
migration
Migration runner — collects migrations from extensions, applies in order.
pool
SQLite connection pool with r2d2 and optimal PRAGMAs.