Crate ckb_db_migration

Crate ckb_db_migration 

Source
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§

DefaultMigration
Default migration implementation that does nothing.
HumanDuration
Wraps an std duration for human readable formatting.
Migrations
Collection of database migrations.
MultiProgress
Manages multiple progress bars from different threads
ProgressBar
A progress bar or spinner
ProgressDrawTarget
Target for draw operations
ProgressStyle

Statics§

SHUTDOWN_BACKGROUND_MIGRATION
Shutdown flag for background migration.

Traits§

Migration
Trait for database migrations.