Implementation of sqlite3_update_hook #260

First draft (no tested and a memory leak)
This commit is contained in:
gwenn
2017-04-25 20:58:22 +02:00
parent cd824aeaee
commit 3b575c3b4a
5 changed files with 170 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
bundled = ["libsqlite3-sys/bundled"]
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
limits = []
hooks = []
[dependencies]
time = "0.1.0"