@tauri-apps/plugin-sql
Advanced tools
+2
-2
| { | ||
| "name": "@tauri-apps/plugin-sql", | ||
| "version": "2.3.0", | ||
| "version": "2.3.1", | ||
| "description": "Interface with SQL databases", | ||
@@ -28,4 +28,4 @@ "license": "MIT OR Apache-2.0", | ||
| "dependencies": { | ||
| "@tauri-apps/api": "^2.6.0" | ||
| "@tauri-apps/api": "^2.8.0" | ||
| } | ||
| } |
+0
-9
@@ -38,4 +38,2 @@  | ||
| > Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use. | ||
| ```sh | ||
@@ -47,9 +45,2 @@ pnpm add @tauri-apps/plugin-sql | ||
| yarn add @tauri-apps/plugin-sql | ||
| # alternatively with Git: | ||
| pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v2 | ||
| # or | ||
| npm add https://github.com/tauri-apps/tauri-plugin-sql#v2 | ||
| # or | ||
| yarn add https://github.com/tauri-apps/tauri-plugin-sql#v2 | ||
| ``` | ||
@@ -56,0 +47,0 @@ |
19288
-2.09%212
-4.07%Updated