db-up 0.2.0

Main crate of the db-up project. Includes `migrations` macro and the `MigrationRunner`
Documentation
[dependencies.async-trait]
version = "0.1.64"

[dependencies.db-up-codegen]
version = "0.2.0"

[dependencies.db-up-sql-changelog]
version = "0.2.0"

[package]
authors = ["Andreas Hubert <nanobot248@gmail.com>"]
categories = ["database"]
description = "Main crate of the db-up project. Includes `migrations` macro and the `MigrationRunner`"
documentation = "https://docs.rs/db-up/latest/db_up/"
edition = "2021"
exclude = ["examples"]
homepage = "https://github.com/nanobot248/db-up"
keywords = ["database", "sql", "migrations", "orm"]
license = "BSD-3-Clause"
name = "db-up"
readme = "README.md"
repository = "https://github.com/nanobot248/db-up"
resolver = "1"
version = "0.2.0"