postgres commands

This commit is contained in:
2025-10-15 13:16:21 +11:00
parent a19c3bcff4
commit 0948d3e768
4 changed files with 36 additions and 0 deletions

View File

@@ -119,6 +119,14 @@ export default defineConfig({
{ text: 'Custom Fetch', link: '/nuxt/custom-fetch' },
]
},
{
text: 'Postgres',
link: '/postgres/',
collapsed: true,
items: [
{ text: 'Dump and Restore', link: '/postgres/dump-and-restore' },
]
},
{
text: 'PowerShell',
link: '/powershell/',