sqlx-pg-migrate 1.0.3

A library to run migrations on a PostgreSQL database using SQLx.
Documentation
[dependencies.include_dir]
version = "0.6"

[dependencies.sqlx]
default-features = false
features = ["postgres"]
version = "0.3"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.async-attributes]
version = "1.1"

[dev-dependencies.async-std]
version = "1.6"

[dev-dependencies.sqlx]
default-features = false
features = ["postgres", "runtime-async-std"]
version = "0.3"

[package]
authors = ["Naitik Shah <n@daaku.org>"]
categories = []
description = "A library to run migrations on a PostgreSQL database using SQLx."
edition = "2018"
keywords = ["sql", "migrations"]
license = "MIT"
name = "sqlx-pg-migrate"
readme = "readme.md"
repository = "https://github.com/daaku/sqlx-pg-migrate"
version = "1.0.3"