sqlite-android
sqlite-android copied to clipboard
Compile with `SQLITE_ENABLE_DBSTAT_VTAB`
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