tauri-plugin-libsql 0.1.0

Tauri plugin for libsql with encryption and drizzle ORM support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
"$schema" = "schemas/schema.json"

[default]
description = "Default permissions for the plugin"
permissions = [
  "allow-load",
  "allow-execute",
  "allow-batch",
  "allow-select",
  "allow-close",
  "allow-get-config",
  "allow-sync"
]