Crate tauri_plugin_sql

Source
Expand description

Interface with SQL databases through sqlx. It supports the sqlite, mysql and postgres drivers, enabled by a Cargo feature.

Structs§

Builder
Tauri SQL plugin builder.
DbInstances
Migration
A migration definition.
PluginConfig

Enums§

DbPool
Error
MigrationKind