Re: [SQLObject] Microsoft SQL Server support ?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Brad B. <br...@bb...> - 2003-07-25 19:50:10
|
On Fri, Jul 25, 2003 at 03:47:13PM -0400, Brad Bollenbach wrote: > On Sat, Jul 19, 2003 at 01:01:22AM +0200, Frank Barknecht wrote: > > Hallo, > > Jim Vickroy hat gesagt: // Jim Vickroy wrote: > > > > > Is there any plan to support Microsoft SQL Server? If so, when? Any > > > suggestions on how I might start to add this support? > > > > Last time I looked, you just had to adapt DBMConnection to make > > SQLObject work with another backend. It's easy, just give it a go ;) > > Surely you mean DBConnection? :) Erm, to clarify. DBConnection.py is the file to look in; DBAPI is the class you want to inherit from to add support for a new database. There are four good examples in DBConnection.py. HTH, -- Brad Bollenbach BBnet.ca |