lsh-rs icon indicating copy to clipboard operation
lsh-rs copied to clipboard

Implement delete method for Sqlite backend.

Open ritchie46 opened this issue 5 years ago • 0 comments

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

ritchie46 avatar May 25 '20 16:05 ritchie46