Description
SQLite databases can be accessed from Windows-targeted C++ applications through a wrapper library. Developers use vsqlite++ when they want C++ conveniences around SQLite operations.
It is a database wrapper library, not a database server. Schema changes, transactions, backups, and sensitive data handling remain the responsibility of the final application.