SQLiteCpp
SQLiteCpp copied to clipboard
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
I think it would be necessary to start thinking about structuring the documentation the same way as [JSON for Modern C++](https://json.nlohmann.me/) project documentation is managed
The SQLite3 library provides a way of setting an error-logging callback, as described at https://www.sqlite.org/errlog.html but SQLiteCpp doesn't seem to provide a way of setting this callback. As far as...
I am getting this issue when i run my app launches. Looks like ~ptr() of statement.cpp is called twice. any solution for this?
Hi, Can you show how we can open a database e.g one that has already read into a buffer ? Or how custom file read/write/seek handlers can be used.
I need to compile everything as a DLL in order to be used from multiple programs. I have to define in SQLiteCPP.h #ifdef SDK_EXPORTS #define DLL_API __declspec(dllexport) #pragma message("Exporting symbols")...
Hi, I plan to use SQLiteCpp in my project (windows). Is there any reason to not build SQLiteCpp as a DLL ? I didn't see any DLL import / export...
Hey There, It been long time since we are using your library, but I have one query for you that is it possible to add `parameterize` internal function of `sqlite`...
Not really an issue with SQLiteCpp, but given your expertise I thought you may have come across a solution. I need to store strings with filename similar to in sqlite,...