go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Build tag request: SQLITE_ENABLE_DBPAGE_VTAB

Open rishi-kulkarni opened this issue 1 year ago • 1 comments

With the release of SQLite 3.47.0, the SQLITE_DBPAGE virtual table has been updated to do some pretty powerful stuff, including writing and deleting the underlying DB pages via a SQL API. This virtual table is enabled via a compile-time option that'd be nice to have as a build flag: https://www.sqlite.org/compile.html#enable_dbpage_vtab

https://www.sqlite.org/dbpage.html

I'm happy to make a PR exposing this option as a build tag.

rishi-kulkarni avatar Oct 23 '24 22:10 rishi-kulkarni

Created a PR for it but the current bundled amalgamation is at 3.46.1 so for the 3.47.0 features it needs a bump as well which will eventually happen. I'm only interested in reading the pages so the PR is enough for my use case at this point.

hifi avatar Feb 25 '25 07:02 hifi