|
PACS System 0.1.0
PACS DICOM system library
|
SQLite implementation of security storage with SQL injection protection. More...

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
SQLite implementation of security storage with SQL injection protection.
This implementation uses database_system's query builder to prevent SQL injection vulnerabilities. All user inputs are properly escaped through parameterized queries.
Definition in file sqlite_security_storage.h.