Docs.rs
  • db-migrate-0.1.1
    • db-migrate 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • dimuziop
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.0 normal
      • colored ^2.0 normal
      • scylla ^0.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • toml ^0.8 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • walkdir ^2.0 normal
      • assert_cmd ^2.0 dev
      • tempfile ^3.0 dev
    • Versions
    • 30.63% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

db_migrate0.1.1

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • CommandOutput
  • MigrationFile
  • MigrationRecord
  • commands::CreateCommand
  • commands::DownCommand
  • commands::ResetCommand
  • commands::StatusCommand
  • commands::UpCommand
  • commands::VerifyCommand
  • config::BehaviorConfig
  • config::Config
  • config::DatabaseConfig
  • config::MigrationsConfig
  • migration::MigrationManager
  • schema::ColumnInfo
  • schema::IndexInfo
  • schema::SchemaIntrospector
  • schema::TableInfo

Enums

  • MigrationError

Functions

  • utils::calculate_checksum
  • utils::calculate_file_checksum
  • utils::create_migration_filename
  • utils::extract_description_from_filename
  • utils::extract_version_from_filename
  • utils::format_timestamp
  • utils::generate_migration_template
  • utils::generate_migration_version
  • utils::is_valid_migration_filename
  • utils::parse_migration_content