Adding SQLITE_ENABLE_DBSTAT_VTAB#1228
Merged
JoshuaWise merged 1 commit intoWiseLibs:masterfrom Aug 15, 2024
mikeburgh:dbstats-vtab
Merged
Adding SQLITE_ENABLE_DBSTAT_VTAB#1228JoshuaWise merged 1 commit intoWiseLibs:masterfrom mikeburgh:dbstats-vtab
JoshuaWise merged 1 commit intoWiseLibs:masterfrom
mikeburgh:dbstats-vtab
Conversation
mceachen
approved these changes
Jul 23, 2024
Member
mceachen
left a comment
There was a problem hiding this comment.
Neat! First time I’ve seen this feature. Is there any performance penalty to enabling this?
Contributor
Author
|
Not that I have witnessed, and a bit of digging through the forums turned up this: |
|
It is usually activated in other builds I know of.
I would love better-sqlite3 to have it cause I really need it🙏 |
mceachen
approved these changes
Aug 4, 2024
Member
|
@JoshuaWise could you check this out please? |
|
Thanks 🔥 |
johannes-vogel
referenced
this pull request
in cap-js/cds-dbs
Aug 21, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [better-sqlite3](https://togithub.com/WiseLibs/better-sqlite3) | [`11.1.2` -> `11.2.0`](https://renovatebot.com/diffs/npm/better-sqlite3/11.1.2/11.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`v11.2.0`](https://togithub.com/WiseLibs/better-sqlite3/releases/tag/v11.2.0) [Compare Source](https://togithub.com/WiseLibs/better-sqlite3/compare/v11.1.2...v11.2.0) #### What's Changed - Support builds for Electron v32 by [@​neoxpert](https://togithub.com/neoxpert) in [https://github.com/WiseLibs/better-sqlite3/pull/1226](https://togithub.com/WiseLibs/better-sqlite3/pull/1226) - Adding SQLITE_ENABLE_DBSTAT_VTAB by [@​mikeburgh](https://togithub.com/mikeburgh) in [https://github.com/WiseLibs/better-sqlite3/pull/1228](https://togithub.com/WiseLibs/better-sqlite3/pull/1228) #### New Contributors - [@​mikeburgh](https://togithub.com/mikeburgh) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/1228](https://togithub.com/WiseLibs/better-sqlite3/pull/1228) **Full Changelog**: WiseLibs/better-sqlite3@v11.1.2...v11.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/cap-js/cds-dbs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ArGeoph
pushed a commit
to ArGeoph/better-sqlite3
that referenced
this pull request
Mar 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This enables the virtual stats table in SQLite https://www.sqlite.org/dbstat.html