Docs.rs
  • database-migration-0.1.0
    • database-migration 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • haraldmaida
    • Dependencies
      • chrono ^0.4 normal
      • crc32fast ^1 normal
      • indexmap ^2 normal
      • proptest ^1 normal optional
      • serde ^1 normal
      • serde_with ^3 normal
      • thiserror ^2 normal
      • assertor ^0.0.3 dev
      • proptest ^1 dev
      • version-sync ^0.9 dev
    • Versions
    • 8.7% of the crate is documented
  • Go to latest version
  • 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

database_migration0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • action::Migrate
  • action::Revert
  • action::Verify
  • checksum::Checksum
  • config::DbClientConfig
  • config::RunnerConfig
  • definition::MigrationFilenameStrategy
  • migration::ApplicableMigration
  • migration::Execution
  • migration::Migration
  • migration::NewMigration
  • migration::ProblematicMigration
  • migration::Reversion
  • migration::ScriptContent

Enums

  • checksum::ParseChecksumError
  • config::DbAuthLevel
  • error::DefinitionError
  • error::Error
  • migration::MigrationKind
  • migration::MigrationsTableInfo
  • migration::Problem
  • result::Migrated
  • result::Reverted

Traits

  • action::ListChangedAfterExecution
  • action::ListOutOfOrder
  • action::MigrationsToApply
  • definition::GetFilename
  • definition::ParseMigration
  • repository::CreateNewMigration
  • repository::ListMigrations
  • repository::ReadScriptContent

Functions

  • checksum::hash_migration_script
  • proptest_support::any_checksum
  • proptest_support::any_direction
  • proptest_support::any_filename
  • proptest_support::any_key
  • proptest_support::any_migration
  • proptest_support::any_migration_kind
  • proptest_support::any_script_content
  • proptest_support::any_script_path
  • proptest_support::any_title
  • test_dsl::applicable_migrations
  • test_dsl::datetime
  • test_dsl::defined_migrations
  • test_dsl::executed_migrations
  • test_dsl::key
  • test_dsl::script_contents

Constants

  • config::DEFAULT_MIGRATIONS_FOLDER
  • config::DEFAULT_MIGRATIONS_TABLE
  • config::MIGRATION_KEY_FORMAT_STR
  • definition::DOWN_SCRIPT_FILE_EXTENSION
  • definition::SCRIPT_FILE_EXTENSION
  • definition::UP_SCRIPT_FILE_EXTENSION