mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
bind/js: Implement DatabaseStorage::sync
This commit is contained in:
parent
259bfc04b7
commit
e4014d290f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue