requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.07k stars 143 forks source link

Compile with `SQLITE_ENABLE_DBSTAT_VTAB` #197

Open nwagu opened 2 months ago

nwagu commented 2 months ago

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