tauri-plugin-libsql 0.1.0

Tauri plugin for libsql with encryption and drizzle ORM support
Documentation
## Default Permission

Default permissions for the plugin

#### This default permission set includes the following:

- `allow-load`
- `allow-execute`
- `allow-batch`
- `allow-select`
- `allow-close`
- `allow-get-config`
- `allow-sync`

## Permission Table

<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>


<tr>
<td>

`libsql:allow-batch`

</td>
<td>

Enables the batch command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-batch`

</td>
<td>

Denies the batch command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-close`

</td>
<td>

Enables the close command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-close`

</td>
<td>

Denies the close command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-execute`

</td>
<td>

Enables the execute command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-execute`

</td>
<td>

Denies the execute command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-get-config`

</td>
<td>

Enables the get_config command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-get-config`

</td>
<td>

Denies the get_config command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-get-config`

</td>
<td>

Enables the get_config command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-get-config`

</td>
<td>

Denies the get_config command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-load`

</td>
<td>

Enables the load command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-load`

</td>
<td>

Denies the load command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-ping`

</td>
<td>

Enables the ping command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-ping`

</td>
<td>

Denies the ping command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-select`

</td>
<td>

Enables the select command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-select`

</td>
<td>

Denies the select command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:allow-sync`

</td>
<td>

Enables the sync command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`libsql:deny-sync`

</td>
<td>

Denies the sync command without any pre-configured scope.

</td>
</tr>
</table>