SQLite Forum

DbStat via JDBC
Login
I tried to use or create the DBSTAT virtual table using JDBC.  
Is this because the database was created without some parameters?
Is it any way to create these statistics on an existing database? There are cases when people create a database, and later realize that they need statistics.

SELECT * FROM dbstat;
-- no such a table

CREATE VIRTUAL TABLE temp.stat USING dbstat(main)
-- no such a module: dbstat;