Build tag request: SQLITE_ENABLE_DBPAGE_VTAB
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 9.2k
- Forks
- 1.2k
- Avg merge
- 19m
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing build-tag options and how they map to SQLite compile-time flags. Expose SQLITE_ENABLE_DBPAGE_VTAB as a build tag, then verify that the driver builds with the tag enabled and that the resulting SQLite configuration includes the DBPAGE virtual table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sqlite
- Domain
- build-system, database
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100