9 个版本
0.3.1 | 2024年4月14日 |
---|---|
0.3.0 | 2024年4月4日 |
0.2.0 | 2023年10月29日 |
0.1.5 | 2023年4月25日 |
0.1.0 | 2022年8月30日 |
#541 在 命令行工具
每月下载量:256
37KB
875 行
sqlant
从 SQL 连接字符串生成 PlantUML/Mermaid ER 图文本描述
灵感来源于 planter
目前,仅支持 PostgreSQL NoTls 连接
创建原因
我喜欢 planter 的理念,并在内部 confluence 文档中使用 PlantUML 插件为我的项目。
但我希望让它变得更好
安装
cargo install sqlant
使用方法
PlantUML
sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db
postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db -o mermaid
Mermaid
依赖
~8–18MB
~257K SLoC