mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
17 lines
365 B
TOML
17 lines
365 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[default]
|
|
description = """
|
|
### Default Permissions
|
|
|
|
This permission set configures what kind of
|
|
database operations are available from the sql plugin.
|
|
|
|
### Granted Permissions
|
|
|
|
All reading related operations are enabled.
|
|
Also allows to load or close a connection.
|
|
|
|
"""
|
|
permissions = ["allow-close", "allow-load", "allow-select"]
|