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
More information about the Python-list mailing list
Sun Feb 9 09:31:20 EST 2014
- Previous message (by thread): What is the recommended python module for SQL database access?
- Next message (by thread): What is the recommended python module for SQL database access?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): What is the recommended python module for SQL database access?
- Next message (by thread): What is the recommended python module for SQL database access?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list