mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 01:24:18 +01:00
napi.rs: Remove codegen for transaction
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user