-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
DbStat table #3610
-
Hello !
Do we have any build with the DBStat table which can show the table size ?
https://www.sqlite.org/dbstat.html
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
It looks like that needs the SQLITE_ENABLE_DBSTAT_VTAB
compile time option added:
https://www.sqlite.org/compile.html#enable_dbstat_vtab
Probably not hard to add though (@lucydodo?).
Which OS are you using? 😄
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes, that shouldn't be too hard.
Let me know what operating system @ronnyremesnik using, and I'll prepare a test build.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Hi! This has been a while, but can we enable it for Windows builds?
Beta Was this translation helpful? Give feedback.