sqlx_migrator 0.14.0

Migrator for writing sqlx migration using Rust instead of SQL
Documentation

sqlx_migrator

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 2 of them enabled by default.

default

  • cli

cli

  • dep:clap

postgres

  • sqlx/postgres
  • dep:crc32fast

mysql

  • sqlx/mysql
  • dep:crc32fast

any

  • sqlx/any

sqlite

  • sqlx/sqlite