tauri-plugin-powersync 0.0.3

Rust parts of the PowerSync Tauri SDK
Documentation
1
2
3
4
5
const COMMANDS: &[&str] = &["powersync"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}