SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.

Results 94 SQLiteCpp issues
Sort by recently updated
recently updated
newest added

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

enhancement
help-wanted

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...

enhancement
question
help-wanted

I am getting this issue when i run my app launches. Looks like ~ptr() of statement.cpp is called twice. any solution for this?

question
help-wanted

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.

question
help-wanted

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")...

question

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...

enhancement

Hey guys.Is there a way to load db from memory?

question

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`...

enhancement
question

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,...

question