What is the best library in python to use to interface with a SQL database?

Posted by Seth on Stack Overflow See other posts from Stack Overflow or by Seth
Published on 2010-03-28T06:55:02Z Indexed on 2010/03/28 11:53 UTC
Read the original article Hit count: 157

Filed under:
|
|

I am currently processing text/html data and I wish to store my results in some sort of database. My current setup is Pydev with Eclipse.

  1. What is the best database to use with my current development environment?

  2. What is the best library in python to use to interface with suggested database?

© Stack Overflow or respective owner

Related posts about python

Related posts about eclipse