Expand description
Database migration framework.
This crate provides a migration framework for managing database schema changes and data transformations across different versions of CKB.
Structs§
- Default
Migration - Default migration implementation that does nothing.
- Human
Duration - Wraps an std duration for human readable formatting.
- Migrations
- Collection of database migrations.
- Multi
Progress - Manages multiple progress bars from different threads
- Progress
Bar - A progress bar or spinner
- Progress
Draw Target - Target for draw operations
- Progress
Style
Statics§
- SHUTDOWN_
BACKGROUND_ MIGRATION - Shutdown flag for background migration.
Traits§
- Migration
- Trait for database migrations.