Database Tooling

This commit is contained in:
Eric Gullickson
2025-11-02 09:37:58 -06:00
parent 7b753f080c
commit a0748ced5b
10 changed files with 1363 additions and 1 deletions

View File

@@ -59,7 +59,8 @@
"Bash(node_modules/.bin/tsc:*)",
"Bash(tree:*)",
"Bash(npm run lint)",
"Bash(cat:*)"
"Bash(cat:*)",
"Bash(./scripts/export-database.sh --help)"
],
"deny": []
}