real-time-sqlx 0.1.1

Real-time SQLx backend for Tauri
Documentation
1
2
3
4
//! Implementations for different backends.

#[cfg(feature = "tauri")]
pub mod tauri;