配置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");
[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...
[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
tauri-plugin-sql Issue 表单模式来袭 提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 【5月27日 20:00】江湖夜语十二载,相逢一笑谈开源|Gitee 十二周年特别直播预告 扫描微信二维码支付 取消 支付完成 Watch 不关注关注所有动态仅关注版本发行动态关注但不提醒动态...
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 ...
importDatabasefrom"tauri-plugin-sql-api";// sqlite. The path is relative to `tauri::api::path::BaseDirectory::App`.constdb=awaitDatabase.load("sqlite:test.db");// mysqlconstdb=awaitDatabase.load("mysql://user:pass@host/database");// postgresconstdb=awaitDatabase.load("postgres://post...
"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...
{ "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/...