Skip to content

Commit 28b733b

Browse files
committed
feat: add postgresql toolkit
1 parent f1e00cb commit 28b733b

3 files changed

Lines changed: 1123 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Postgres Toolkit Help
2+
3+
## Commands
4+
5+
- `backup`
6+
- `restore`
7+
- `import-csv`
8+
- `install-tools`
9+
10+
## Examples
11+
12+
```powershell
13+
./Postgres-Toolkit.ps1 backup --database app --output ./app.dump --format custom
14+
```

0 commit comments

Comments
 (0)