add category insert

This commit is contained in:
2024-11-19 22:45:31 +07:00
parent 20652b127c
commit 718d2e5e98
11 changed files with 164 additions and 64 deletions
+4 -1
View File
@@ -5,7 +5,10 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_core"
"program": "${workspaceFolder}/cmd/smm_core",
"env": {
"DATABASE_URL": "user=crab password=crab dbname=smm-core host=localhost port=5432 sslmode=disable"
}
},
]
}