Hi, there is a tool named "sqlite3_analyzer" described on https://www.sqlite.org/sqlanalyze.html and part of the SQLite source code. Unfortunatly, it's not packaged in Debian. It would be nice if this tool was available in Debian. Regards, Tobias
Attached debdiff should implement it (in a bit hackish way, but I much prefer to ship tcl script as tcl script over exactly same tcl script, but embedded in ELF executable). (I've used this patch for some time in [locally-built] sqlite3 backports).
Hi Yuriy, Thanks for your contribution. I'm going to split out all sqlite3 tools into a separate package. I don't think sqlite3_analyzer would be good on its own. I'm not entirely sure why it would be better as an unofficial Tcl script, especially for the average user. Can you give me some pointers? Thanks, Laszlo/GCS