napi.rs: Remove codegen for transaction

This commit is contained in:
Anton Harniakou
2025-06-04 14:37:38 +03:00
parent 8afb07803c
commit 11ad9b8884

View File

@@ -87,11 +87,6 @@ impl Database {
Ok(Statement::new(RefCell::new(stmt), self.clone(), sql))
}
#[napi]
pub fn transaction(&self) {
todo!()
}
#[napi]
pub fn pragma(
&self,