tauri-plugin-pg-sync 0.1.11

Offline-first PostgreSQL sync plugin for Tauri apps
1
2
3
4
5
6
7
8
9
pub mod local;
pub mod remote;
pub mod schema;

#[cfg(test)]
mod tests;

pub use local::{ColumnDef, LocalDb, QueryOptions};
pub use remote::RemoteDb;