🤔 feat(sqlite): 引入 sqlite

This commit is contained in:
BTMuli
2023-04-24 13:20:56 +08:00
parent 8da4ebdcf5
commit f9199efd03
4 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ tauri = { version = "1.2", features = ["api-all", "updater"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dependencies.tauri-plugin-sql]
git = "https://github.com/tauri-apps/plugins-workspace"
branch = "dev"
features = ["sqlite"]
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!