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.
- Plugin
Config