sqlx-migrate 0.7.1

A database migration micro-framework based on SQLx
Documentation

sqlx-migrate

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 5 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

cli

  • dep:time
  • dep:clap
  • dep:tracing-subscriber
  • dep:atty
  • dep:tokio
  • dep:comfy-table
  • dep:regex
  • dep:filetime
  • dep:dotenvy

generate

  • dep:proc-macro2
  • dep:quote
  • dep:syn
  • dep:walkdir
  • dep:prettyplease

postgres

  • sqlx/postgres

sqlite

  • sqlx/sqlite