Re: [Tutor] Python Database Scripting

2012-02-08 Thread Timo
Op 08-02-12 20:20, Brad Hudson schreef: Thanks for the responses Alan & Modulok. I will start with SQLAlchemy and see where it takes me. I was looking for something similar a couple of months ago and chose to use SQLObject over SQLAlchemy. In my eyes it was much easier to use. Timo ___

Re: [Tutor] Python Database Scripting

2012-02-08 Thread Brad Hudson
Thanks for the responses Alan & Modulok. I will start with SQLAlchemy and see where it takes me. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python Database Scripting

2012-02-08 Thread Alan Gauld
On 08/02/12 18:03, Brad Hudson wrote: Can someone provide information on the best modules/python tools to use for general database scripting? I'm interested in something that works across the board for Oracle, MySQL, MS SQL Server, and DB2. I was hoping a good generic ODBC module would be out the

Re: [Tutor] Python Database Scripting

2012-02-08 Thread Modulok
The closest thing you'll find will probably be the third party module 'sqlalchemy'. You can install it via easy_install or pip. If that doesn't meet your needs I'm not sure what else would. (But would love to hear about it.) -Modulok- On 2/8/12, Brad Hudson wrote: > Can someone provide informati

[Tutor] Python Database Scripting

2012-02-08 Thread Brad Hudson
Can someone provide information on the best modules/python tools to use for general database scripting? I'm interested in something that works across the board for Oracle, MySQL, MS SQL Server, and DB2. I was hoping a good generic ODBC module would be out there, but I'm having difficulty locating o