On Thu, Oct 8, 2009 at 4:29 AM, David Jamieson wrote:
> Hi All,
> looking for some advice on using Python with MySQL for test data
> storage.
>
While not a relational database, you might also look at
http://www.pytables.org. It provides a python interface for writing to and
reading from hdf5 fil
> looking for some advice on using Python with MySQL for test data
> storage. What builds of Python work well with MySQL and what modules
> allow the connection to the database and data transfer activities.
You'll need the MySQLdb module to connect to MySQL from Python.
http://sourceforge.net/
David Jamieson wrote:
Hi All,
looking for some advice on using Python with MySQL for test data
storage. What builds of Python work well with MySQL and what modules
allow the connection to the database and data transfer activities.
SQLAlchemy is one option;
http://www.rmunn.com/sqlalchemy-tutor
Hi All,
looking for some advice on using Python with MySQL for test data
storage. What builds of Python work well with MySQL and what modules
allow the connection to the database and data transfer activities.
I'm thinking about using PhPMyAdmin to set-up and administer my
database in the first ins