sqlsync-reducer 0.3.2

SQLSync is a collaborative offline-first wrapper around SQLite. A SQLSync Reducer is responsible for executing mutations on the database both locally and on the server.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod types;

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

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

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