SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

is there any update hook interface?

Open alext234 opened this issue 9 years ago • 1 comments

For e.g. wrapper of the function sqlite3_update_hook()

alext234 avatar Nov 21 '16 09:11 alext234

Hi @alext234,

No there is no such hook presently (https://github.com/SRombauts/SQLiteCpp/search?utf8=%E2%9C%93&q=sqlite3_update_hook)

If you want it is trivial to use the "raw SQLite3 database handle" to use directly any SQLite3 C API call.

Else, it would be really easy for you to implement this feature into the SQLiteCpp wrapper, then I could integrate your code if you will.

Cheers!

SRombauts avatar Nov 21 '16 16:11 SRombauts