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§
- Tauri SQL plugin builder.
- A migration definition.
Interface with SQL databases through sqlx. It supports the sqlite, mysql and postgres drivers, enabled by a Cargo feature.