Small. Fast. Reliable.
Choose any three.
If you have a new question, enter it on this page and leave the Answer: section blank. Someone will eventually add text that provides an answer. Later, the FAQs will be transferred to the official FAQ page on the SQLite website: http://www.hwaci.com/sw/sqlite/faq.html.


Question: How to use tclsqlite in Windows? I just put tclsqlite.dll in Windows directory but that is not working!

Answer: Create a subdirectory named tclsqlite into the lib directory of your tcl installation (usually C:\tcl\lib) and put there the tclsqlite.dll library. Then, put the line:

  load tclsqlite

at the beginning of your code, and you can then use the sqlite command in your tcl script.


Question: Sqlite doesn't automatically have readline command completion on MacOS X. Is it possilbe to install GNU readline after the fact and then link it in?