yadbmt

Crates.ioyadbmt
lib.rsyadbmt
version0.1.1
sourcesrc
created_at2023-04-08 22:17:45.361934
updated_at2023-04-08 22:21:53.405059
descriptionA rust-based migration tool using postgres
homepage
repositoryhttps://github.com/vibovenkat123/yadbmt
max_upload_size
id833823
size46,615
Vaibhav Venkat (vibovenkat123)

documentation

README

YADBMT (Yet another database migration tool)

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

Install

cargo install yadbmt

To hash password

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
Commit count: 7

cargo fmt