Skip to content

Commit 4a829ca

Browse files
author
ComputelessComputer
committed
upgrade markdown search to sqlite fts5
1 parent 755f7dc commit 4a829ca

3 files changed

Lines changed: 237 additions & 46 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tauri-plugin-process = "2"
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
tauri-plugin-dialog = "2.6.0"
28+
rusqlite = { version = "0.37.0", features = ["bundled"] }
2829

2930
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
3031
tauri-plugin-updater = "2"

0 commit comments

Comments
 (0)