Crate sqlx_migrate

source ·
Expand description

SQLx Migrate

An opinionated migration micro-framework that uses SQLx.

All migrations are written in Rust, and are designed to be embedded in existing applications.

Re-exports

Modules

Structs

Enums

  • An SQLx database type, used for code generation purposes.

Constants

Functions

  • generategenerate
    Generate Rust code from a migrations directory. It is meant to be used in build.rs.

Type Definitions

  • An opaque error type returned by user-provided migration functions.