DB connected

This commit is contained in:
valitovgaziz
2024-08-08 10:58:02 +05:00
parent bd05ac48df
commit 69a735e692
5 changed files with 38 additions and 13 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"args": []
}
]
}