You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/sql/permissions/default.toml

21 lines
382 B

"$schema" = "schemas/schema.json"
[default]
description = """
# Tauri SQL 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",
]