Docs.rs
  • sqlx_migrator-0.18.0
    • sqlx_migrator 0.18.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • iamsauravsharma
    • Dependencies
      • async-trait ^0.1.70 normal
      • clap ^4.3.10 normal optional
      • crc32fast ^1.3.2 normal optional
      • sqlx ^0.8.0 normal
      • thiserror ^2.0.0 normal
      • tracing ^0.1.37 normal
      • sqlx ^0.8.0 dev
      • tokio ^1.34.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

sqlx_migrator0.18.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits

List of all items

Structs

  • cli::MigrationCommand
  • migration::AppliedMigrationSqlRow
  • migrator::Migrator
  • migrator::Plan

Enums

  • error::Error

Traits

  • migration::Migration
  • migrator::DatabaseOperation
  • migrator::Info
  • migrator::Migrate
  • operation::Operation
  • sync::OldMigrator
  • sync::Synchronize

Macros

  • any_migration
  • migration
  • mysql_migration
  • postgres_migration
  • sqlite_migration
  • vec_box