Op 11-feb-2011, om 23:30 heeft Simon Slavin het volgende geschreven:

>
> 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.

Just found that the APSW shell does tabcomplete (and even for  
tablenames). It is described here: http://apidoc.apsw.googlecode.com/ 
hg/shell.html. Wow.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to