erdify-rs 1.2.0

CLI tool to generate Mermaid ER diagrams from PostgreSQL databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "markdown": {},
  "toml": {},
  "yaml": {},
  "json": {},
  "excludes": [
    "target",
    ".agents/skills",
    ".claude"
  ],
  "plugins": [
    "https://plugins.dprint.dev/markdown-0.22.1.wasm",
    "https://plugins.dprint.dev/toml-0.7.0.wasm",
    "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
    "https://plugins.dprint.dev/json-0.23.0.wasm"
  ]
}