dittolive-ditto 3.0.0-alpha2

Ditto is a peer to peer cross-platform database that allows mobile, web, IoT and server apps to sync with or without an internet connection.
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug, Clone)]
pub struct LiveQueryMove {
    // TODO
}

impl LiveQueryMove {
    pub fn new(_left: impl Sized, _right: impl Sized) -> Self {
        todo!();
    }
}