yadbmt 0.1.1

A rust-based migration tool using postgres
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 46.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 24s Average build duration of successful builds.
  • all releases: 1m 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vaibhav-venkat/yadbmt
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vibovenkat123

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