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:
jim
2025-11-21 16:26:33 -06:00
parent 81e345b36f
commit 2640854f79
9 changed files with 216 additions and 75 deletions
@@ -2,7 +2,7 @@
"profiles": {
"URLNotesGrabberCORE": {
"commandName": "Project",
"commandLineArgs": "-collect 1"
"commandLineArgs": "-collect 0"
}
}
}