Crates.io | yadbmt |
lib.rs | yadbmt |
version | 0.1.1 |
source | src |
created_at | 2023-04-08 22:17:45.361934 |
updated_at | 2023-04-08 22:21:53.405059 |
description | A rust-based migration tool using postgres |
homepage | |
repository | https://github.com/vibovenkat123/yadbmt |
max_upload_size | |
id | 833823 |
size | 46,615 |
This is a tool you can use for managing migrations on a postgres database
You need to set the env variable DB_URL
which should be the postgres url for connecting
cargo install yadbmt
To figure out your hashed password for connecting, run this script
$ python3 -c 'import urllib.parse;print(urllib.parse.quote(input("Password: "),""))'
Password: 123#
123%23