#迁移 #postgresql #工具 #url #数据库迁移 #基于Rust

bin+lib yadbmt

使用 postgres 的基于 Rust 的迁移工具

2 个版本

0.1.1 2023 年 4 月 8 日
0.1.0 2023 年 4 月 8 日

#10#基于Rust

MIT 许可证

14KB
133

YADBMT (另一个数据库迁移工具)

这是一个可以用来管理 postgres 数据库迁移的工具

您需要设置环境变量 DB_URL,它应该是连接的 postgres url

安装

cargo安装 yadbmt

用于散列密码

要找出连接的散列密码,请运行此脚本

$ python3 -c 'import urllib.parse;print(urllib.parse.quote(input("Password: "),""))'
Password: 123#
123%23

依赖项

~13–25MB
~379K SLoC