mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 22:14:23 +01:00
bind/js: Implement DatabaseStorage::sync
This commit is contained in:
@@ -170,8 +170,8 @@ impl limbo_core::DatabaseStorage for DatabaseFile {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn sync(&self, _c: limbo_core::Completion) -> limbo_core::Result<()> {
|
||||
todo!()
|
||||
fn sync(&self, c: limbo_core::Completion) -> limbo_core::Result<()> {
|
||||
self.file.sync(c)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user