yadbmt 0.1.0

A rust-based migration tool using postgres
Documentation

YADBMT (Yet another database migration tool)

This is a tool you can use for managing migrations on a postgres database

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