sqlx-simple-migrator 0.0.5

A very simple migration framework for sqlx and postgres
Documentation
[dependencies.sqlx]
default-features = false
features = ["macros", "postgres", "runtime-tokio-rustls", "uuid", "chrono"]
version = "0.5"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Jonathan Johnson <jon@khonsulabs.com>"]
categories = ["database"]
description = "A very simple migration framework for sqlx and postgres"
edition = "2018"
keywords = ["migration", "sqlx", "postgres"]
license = "MIT"
name = "sqlx-simple-migrator"
readme = "./README.md"
repository = "https://github.com/khonsulabs/sqlx-simple-migrator"
version = "0.0.5"