fast-sqlite3-inserts
fast-sqlite3-inserts copied to clipboard
Code clean up / refactor
Rust versions are bad, could use some love in refactoring
secondly, a lot of code is repeated. applying DRY would make it better
@darleybarreto those prepare the batch in a vector, which is later sent to writer over a channel
Hmm. I'm confused, aren't you sending vector in both tx.send(ParamValues::WithArea(vector)).unwrap();/tx.send(ParamValues::WithoutArea(vector)).unwrap();?