On Tue, Apr 15, 2014 at 4:34 PM, Marco Bambini <ma...@sqlabs.net> wrote:

> If I remember correctly, sqlite3_analyzer is a python script... I am not
> able to find its source code since in the download page there is a binary
> app only.
>

It is a TCL script.  The source code is here:

     http://www.sqlite.org/src/artifact/8e50b217c56a6a08

In order to run, it requires a TCL extension written in C:

    http://www.sqlite.org/src/artifact/9898687a6c2beca7

You can type "make sqlite3_analyzer"  or "nmake -f makefile.msc
sqlite3_analyzer.exe" in order to build the program.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to