Combines CryptoSQLite
and sqlite_modern_cpp
into one CMakeLists. Allows
the comfortable usage of SQLite3 using sqlite_modern_cpp
with the addition of
encryption using CryptoSQLite
.
CryptoSQLite
encryption featuressqlite_modern_cpp
usage features
- Initialize Git submodules:
git submodule update --init --recursive
- Link against the
crypto_sqlite
andsqlite_modern_cpp
CMake library targets. - Implement
IDataCrypt
perCryptoSQLite
instructions.
See BasicTest.cpp for a usage example.
- sqlite_modern_cpp: Modern SQLite3 wrapper
- CryptoSQLite: SQLite3 encryption
This library is subject to the GNU Lesser General Public License v3.0 (GNU LGPLv3).
Copyright (C) 2017-2023 The ViaDuck Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.