[Tutor] mysqlite

ALAN GAULD alan.gauld at btinternet.com
Fri Mar 8 17:59:32 CET 2013


>>No only from the sqlite command line.
> 
>I can only find an sqlite3 folder in my Python installation folder. Python\Lib\sqlite3
> 
That's because you are using the default SQLite  that comes with Python 
which is only the library for connecting from Python.

I'll need to clarify that in the tutor. You need to download and install the full Sqlite3 
package from the SQLIte web site to get the command line tools. This is well worth 
doing though because it makes quick 'n dirty queries and data loads much easier 
than having to write a full Python program to do it. You can create a file of pure 
SQL and run that directly. 

Alan G.


More information about the Tutor mailing list