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-poolcapability 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.