best small database?

Aahz aahz at pythoncraft.com
Mon Sep 11 17:37:34 EDT 2006


In article <HliNg.2734$No6.53788 at news.tufts.edu>,
John Salerno  <johnjsal at NOSPAMgmail.com> wrote:
>Thorsten Kampe wrote:
>.
>> But sqlite is not "pure Python" because it's just a wrapper around
>> sqlite (which has to be installed separately)...
>
>But that's the point. Once 2.5 is released, sqlite is built-in. Unless 
>there's more to it that I don't know, and something must still be 
>installed? But that makes no sense.

2.5 will include the sqlite library itself on Windows (and Macs? I
forget) but you need the to install the library separately on Linux
boxes, which is generally about as complicated as apt-get install
sqlite-dev.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"LL YR VWL R BLNG T S"  -- www.nancybuttons.com



More information about the Python-list mailing list