I have been considering sqlite for my windows application, and I am an
individual who has not the resources to upgrade, so I continue to use
TclPro 1.4 (8.3.2) because of the tools in the TcLPro package.
I would not be able to use the latest sqlite because of this, but probably could still consider 2.8.15.
Just to let you know you don't necessarily need TCL to use the base SQLite code and packages, to the best of my knowledge. I at least do not have it installed on Windows (but I compile the sources embedded into my project.) Just remove the tclsqlite.c source file from your build. Of course you will not be able to run the TCL tests, but you can definately run your SQLite-enabled program without having TCL installed.
Regards, Mauricio