In #232, the SQLITE_ENABLE_DBSTAT_VTAB option was enabled that made pragmas work with exqlite. That, in turn, made ecto_sqlite3_extras possible. However, in 0.22.0 release of exqlite (which seems to only update the sqlite version), the index_info pragma started to return no results.
Do you know what might be the cause?