implement Milestone 8: SQLite Database with injection prevention

This commit is contained in:
2026-01-18 15:18:47 +01:00
parent 2bb083fd7d
commit a94e0d5d63
7 changed files with 1396 additions and 1 deletions

9
sandbox-test/vcpkg.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "sandbox-test",
"version-string": "0.1.0",
"dependencies": [
"lua",
"nlohmann-json",
"sqlite3"
]
}