sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

Compile with `SQLITE_ENABLE_DBSTAT_VTAB`

Open nwagu opened this issue 1 year ago • 0 comments

What would it take to include the SQLITE_ENABLE_DBSTAT_VTAB flag when compiling sqlite? We have a need in our project to get some table sizes and would like to use the dbstat virtual table for it.

Reference: https://www.sqlite.org/dbstat.html

nwagu avatar Sep 16 '24 15:09 nwagu