feat: Refactor database access to use parameterized queries and improve error handling; update launch settings and add VSCode configuration files
This commit is contained in:
Vendored
+3
-1
@@ -5,7 +5,9 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"args": ["-pn"], // <--- ADD OR MODIFY THIS LINE
|
||||
"args": [
|
||||
"-pn"
|
||||
], // <--- ADD OR MODIFY THIS LINE
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user