1 Star 1 Fork 1

5ina / tauri-plugin-sqlite-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sylvaner 提交于 2023-04-18 14:47 . Initial commit
[package]
name = "tauri-plugin-sqlite-store"
version = "0.1.0"
authors = [ "Sylvain DANGIN" ]
description = "Add SQLite persistence to your Tauri applications and access any SQLite database on the computer."
edition = "2021"
rust-version = "1.60"
exclude = ["/example", "/webview-dist", "/webview-src", "/node_modules"]
[dependencies]
tauri = { version = "1.2" }
serde = "1.0"
thiserror = "1.0"
serde_json = "1.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
[build-dependencies]
tauri-build = { version = "1.2" }
1
https://gitee.com/5ina/tauri-plugin-sqlite-store.git
git@gitee.com:5ina/tauri-plugin-sqlite-store.git
5ina
tauri-plugin-sqlite-store
tauri-plugin-sqlite-store
main

搜索帮助