couple more questions about sqlite

Robert Kern robert.kern at gmail.com
Sat Aug 19 01:12:26 EDT 2006


John Machin wrote:
> John Salerno wrote:
>> John Machin wrote:
>>
>>> Your confusion is quite understandable. I started looking at sqlite
>>> when the announcement that it would be included in Python 2.5 came out.
>>> Puzzlement reigned. I ended up with the following up the front of my
>>> experimental module:
>> So does this mean that when 2.5 is released, all I need is the built-in
>> module sqlite3?
> 
> Plus the command-line utility, which AFAICT is not included with Python
> 2.5.

Why? The sqlite3 module links to the library; it doesn't need a separate 
executable. Or is that what you meant (since one generally never installs the 
library without also installing the executable, too)?

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list