Crate sqlx_migrator

source ·
Expand description

Library to create sqlx migration using rust code instead of sql.

Visit examples directory and readme file to learn of how to use sqlx migrator on sqlx project

Re-exports§

Modules§

  • clicli
    Module for creating and running cli with help of migrator
  • Module for library error
  • Module defining migration trait To create own implement migration trait for type
  • Migrator module
  • Operation module To create own operation implement trait for type

Macros§