On Thu, Jun 26, 2008 at 10:05 PM, Will <[EMAIL PROTECTED]> wrote: > > Couldn't Django be pluggable with respect to the Database drivers? > There's a DBAPI2 interface spec, therefore it should be possible.
Erm... the database backends _are_ pluggable. Hence, the DATABASE_ENGINE setting. If you want to write your own database engine, supporting whatever backend API you want, you are free to do so. There are already several efforts trying to build backends for MS-SQL. If you demonstrate a history of supporting your backend and keeping it up to date, we will consider it for inclusion into Django trunk. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---