mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-27 20:08:56 +08:00
Bind sqlite3_commit_hook and sqlite3_rollback_hook
This commit is contained in:
@@ -122,7 +122,9 @@ pub mod blob;
|
||||
#[cfg(feature = "limits")]
|
||||
pub mod limits;
|
||||
#[cfg(feature = "hooks")]
|
||||
pub mod hooks;
|
||||
mod hooks;
|
||||
#[cfg(feature = "hooks")]
|
||||
pub use hooks::*;
|
||||
|
||||
// Number of cached prepared statements we'll hold on to.
|
||||
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
|
||||
|
||||
Reference in New Issue
Block a user