SQLiteCpp
SQLiteCpp copied to clipboard
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
Would it be possible to create the opposite of https://github.com/SRombauts/SQLiteCpp/pull/114, by creating an array of parameters, based on a class/struct? Maybe with templates also? I'm asking, because I would really...
Using CMake 3.5.1 under Ubuntu 16.04 I now get a CMake error about the new "install" step from #118 ``` ~/workspace/SQLiteCpp$ ./build.sh -- The C compiler identification is GNU 5.4.0...
First, thanks for your awesome library, it helped me a lot. Would it be possible to embed sqlite inside SQLiteCpp and provide only one library? Thanks
For e.g. wrapper of the function sqlite3_update_hook()
Hi SRombauts, It seems helpful to add configuration options in Database's constructor, isn't it? Please see http://www.sqlite.org/c3ref/c_config_getmalloc.html for details.
It would be better to have `getColumn(n)` syntax, because we need to set the type of the return value anyway. Writing `static_cast(query.getColumn(n))` is way too verbose. You can achieve that...
# Preface I installed `SQLiteCpp` `3.3.1` using `vcpkg` | Component | Version Information | | -------- | ------ | | vcpkg | 2024-07-10-d2dfc73769081bdd9b782d08d27794780b7a99b9 | | SQLiteCpp | sqlitecpp:x64-windows 3.3.1 |...
## Environmnet - package manager: vcpkg - version: 3.3.1 - compiler: Visual Studio 2022 ## Reproduce problem - In vs2022 project, enable use vcpkg option - Add dependency `splitecpp` -...
cmake gives the following build warning: ``` CMake Warning (dev) at third_party/SQLiteCpp/CMakeLists.txt:390 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for...
Hello, I use SQlite in my project. When the project is running and I make sure that no service does anything to the database, the .db-journal file appears in the...