On 11/9/16, Luca Ferrari <fluca1...@infinito.it> wrote:
> Hi all,
> this could be trivial, but assuming I need some shell script to query
> SQLite3 databases with variable-interpolated queries, what can I do?

I typically using "tclsh" for this. https://www.tcl-lang.org/

SQLite is really a TCL extension that escaped into the wild, so it
works remarkably well with TCL.  And TCL was originally conceived as a
kind of shell language.

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

Reply via email to