http://www.sqlite.org/download.html – The download page shows 3 pre-compiled zips for the database. It doesn’t look like a full installation. Where am I supposed to install these files?
http://www.sqlite.org/download.html – The download page shows 3 pre-compiled zips for the database. It doesn’t
Share
Here is the list:
There are shell and analyzer program that can be used to interactively work with sqlite databases without writing any code. Shell is an interactive SQL command-line interface; and analyzer is program to get info about some sqlite database. You can place this tools anywhere, or install them to some folder, which is in your %PATH%.
DLL is compiled sqlite library that should be placed in your application directory.