What is the recommended python module for SQL database access?

Tim Chase python.list at tim.thechases.com
Sun Feb 9 09:31:20 EST 2014


On 2014-02-09 22:00, Chris Angelico wrote:
> On Sun, Feb 9, 2014 at 9:20 PM, Marcel Rodrigues
> <marcelgmr at gmail.com> wrote:
> > As Chris said, if your needs are simple, use SQLite back-end.
> > It's probably already installed on your computer and Python has a
> > nice interface to it in its standard library.  
> 
> Already installed? I thought the point of SQLite3 being in the
> Python stdlib was that Python actually included the entire engine 

It's been a part of the stdlib since 2.5 (so those of us that
maintain a bit of 2.4 code still in the wild had to add-on that
module)

-tkc





More information about the Python-list mailing list