stephencelis/SQLite.swift

Subscrip to changes

Battzzo opened this issue · 0 comments

Hey is there a way to use the SQLite function:
void sqlite3_update_hook(
sqlite3
,
void(*)(void *,int ,char const *,char const ,sqlite3_int64),
void

);