rusqlite / rusqlite

Ergonomic bindings to SQLite for Rust
MIT License
3.19k stars 366 forks source link

Why is there no UpdateVTab? #730

Closed nhynes closed 4 years ago

nhynes commented 4 years ago

Is there a particular reason why vtab xUpdate is None other than there simply not being a trait for it?

gwenn commented 4 years ago

read_only_module !

nhynes commented 4 years ago

right. I think I meant to say "why isn't there an UpdateVTab?" but I've since inferred that the answer is simply "because it hasn't been written yet." Slick library, though! It was really easy to modify.

gwenn commented 2 years ago

Version 0.28.0 released.