yadbmt 0.1.1

A rust-based migration tool using postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.async-std]
features = ["attributes"]
version = "1.12.0"

[dependencies.sqlx]
features = ["runtime-async-std-native-tls", "postgres"]
version = "0.6.3"

[package]
description = "A rust-based migration tool using postgres"
edition = "2021"
license = "MIT"
name = "yadbmt"
readme = "README.md"
repository = "https://github.com/vibovenkat123/yadbmt"
version = "0.1.1"