What is the recommended python module for SQL database access?

Chris Angelico rosuav at gmail.com
Sun Feb 9 07:13:56 EST 2014


On Sun, Feb 9, 2014 at 11:04 PM, Marcel Rodrigues <marcelgmr at gmail.com> wrote:
> I just checked in the Python sources and apparently you're right about
> SQLite3. The Python distribution includes pysqlite which seems to be a
> self-contained SQLite engine. No external dependencies. Sorry for the
> confusion.

Comes to the same thing, anyhow. If anything, that strengthens your
original point: it's easy, it's right there, you can give it a go.

ChrisA



More information about the Python-list mailing list