lsh-rs
lsh-rs copied to clipboard
Implement delete method for Sqlite backend.
The crate::table::general::HashTables has a delete method that is only implemented for the in memory backend. Could be useful for sqlite backend as well.
See: https://github.com/ritchie46/lsh-rs/blob/master/lsh-rs/src/table/general.rs