mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-15 12:12:18 +08:00
Implementation of sqlite3_update_hook #260
First draft (no tested and a memory leak)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user