配置tauri-plugin-sql插件 fnmain(){tauri::Builder::default()// highlight-next-line.plugin(tauri_plugin_sql::Builder::default().build()).run(tauri::generate_context!()).expect("error while running tauri application");} 这里,在Rust的main函数中,使用plugin方法注册tauri-plugin-sql插件 使用JavaScr...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} D-James-GH / tauri-plugin-sql Public forked from tauri-apps/tauri-plugin-sql Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
{ "name": "tauri-plugin-sql-api", "version": "0.0.0", "description": "Interface with SQL databases", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" ], "type": "module", "browser": "dist-js/index.min.js", "module": "dist-js/...
李恒/tauri-plugin-sql 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 Star (0) 还没有人 Star 过这个仓库
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace - tauri-plugin-sql/LICENSE.spdx at v1 · tauri-apps/tauri-plugin-sql
fnmain(){tauri::Builder::default().plugin(tauri_plugin_sql::Builder::default().build()).run(tauri::generate_context!()).expect("error while running tauri application");} Afterwards all the plugin's APIs are available through the JavaScript guest bindings: ...
"tauri-plugin-sql-api":"https://github.com/tauri-apps/tauri-plugin-sql" }, "devDependencies": { "@tauri-apps/cli":"^1.3.1", 1 change: 0 additions & 1 deletion 1 utils/common/log.js Original file line numberDiff line numberDiff line change ...
Breadcrumbs tauri-plugin-sql / tsconfig.json Latest commit 2 peopleand tauri-bot fix(deps): update rust crate tokio-tungstenite to 0.20 (#513) a956efd· Jul 24, 2023 HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 76 Bytes Raw { "extends": "../../tsconfig...
[package] name = "tauri-plugin-sql" version = "0.0.0" description = "Interface with SQL databases." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } #rust-version = { workspace = true } rust-version = "1.80" # See more keys and the...