[][src]Function sfsdb::new_indexed

pub fn new_indexed<I>(
    location: &str,
    cache: Option<usize>,
    resync_every: u16
) -> IndexedDB<I> where
    I: Deserialize<'de> + Serialize + Clone

An indexed+cached database which allows you to bundle any struct along with your data, and then later query it through closures.