Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl Client {
Self::new(path)
}

#[deprecated(note = "sync() is deprecated and will be removed in a future release. Use the `turso` crate instead. Learn more: https://tur.so/newsync")]
pub async fn sync(&self) -> anyhow::Result<usize> {
self.db.sync().await.map_err(|e| anyhow::anyhow!("{}", e))
}
Expand Down
Loading