stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Subscrip to changes #1241

Open Battzzo opened 4 months ago

Battzzo commented 4 months ago

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* );