Skip to content

Commit

Permalink
docs(sql): iOS seems to work (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Dec 23, 2024
1 parent 8d6c992 commit 768b72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This repo and all plugins require a Rust version of at least **1.77.2**
| [process](plugins/process) | This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin. |||| ? | ? |
| [shell](plugins/shell) | Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. |||| ? | ? |
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. ||||||
| [sql](plugins/sql) | Interface with SQL databases. |||| ? ||
| [sql](plugins/sql) | Interface with SQL databases. |||| ||
| [store](plugins/store) | Persistent key value storage. ||||||
| [stronghold](plugins/stronghold) | Encrypted, secure database. |||| ? | ? |
| [updater](plugins/updater) | In-app updates for Tauri applications. ||||||
Expand Down
2 changes: 1 addition & 1 deletion plugins/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }
android = { level = "full", notes = "" }
ios = { level = "none", notes = "" }
ios = { level = "full", notes = "" }

[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }
Expand Down

0 comments on commit 768b72a

Please sign in to comment.