By best, I mean most-common, easiest to setup, free. Performance doesn't matter.
views:
128answers:
5The best answer for the other question is SQLAlchemy, an ORM layer. Yikes, I just want to run a couple of insert statements from a little python script. I don't need an ORM layer for that.
Corey Trager
2009-03-01 13:34:54
Maybe you do, but don't know it yet. Don't build too much technical debt on your first iteration.
Randolpho
2009-03-02 00:16:13
A:
I decided that pyodbc was the best fit. Very simple, stable, supported:
http://code.google.com/p/pyodbc/
Corey Trager
2009-03-01 13:38:49