Re: [SQLObject] MS SQL Sever Backend - using pymssql?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Samir P. <sp...@la...> - 2004-04-30 08:18:49
|
MySQL is support in sql object using MySQLdb package. I found a very good package "pymssql.sourceforge.net" to connect to MS SQL from unix or windows. So to support MS SQL backend, should I copy mysql folder and modify it to use pymssql? If I add this backend, can it be added to your official sql object? - Samir |