Open nwagu opened 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.
SQLITE_ENABLE_DBSTAT_VTAB
Reference: https://www.sqlite.org/dbstat.html
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