On 11 Feb 2011, at 7:19pm, prad wrote: > does the sqlite3 interface have completion of sql key words? > in postgresql you can type SEL and press tab to complete. > is there such a thing for sqlite3?
sqlite3 doesn't have an interface. It is only a programming API. Although you can download a command-line tool for sqlite3 from the sqlite3 web site, it's provided just for convenience and many people don't use it (or even know about it). Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

