rusqlite
rusqlite copied to clipboard
Unable to create any sort of writeable Module
Hi, I was looking at the virtual tables module of rusqlite. While the tools provided seem very useful, everything within the module seems to only serve the purposes of making a read-only module -- writeable modules are out of the question unless I directly use the FFI interface.
Are there any plans to allow read-and-write modules? Or is rusqlite staying with just read-only modules for the time being?
As far as I know, there is no plan to implement writable vtab. And we still miss some features on read-only vtab (see #639). But a PR which depends only on 3.7.7 (or maybe we should increase the minimum version) is welcome.
Version 0.28.0 released.