Geert wrote: > Hi, > > Is there any support for MonetDB? Apparently it has a Python DB-API module included: http://monetdb.cwi.nl/TechDocs/APIs/Python-DB-API/index.html
SQLObject does not currently have support for this DB-API module, though. So you can use it from TurboGears using that DB-API module, without support for SQLObject, Catwalk and all the fancy stuff. > What should be done to use it? A patch to SQLObject needs to be implemented to support MonetDB. Writing the initial patch should not be that hard (as several others, I've once hacked in half-assed Oracle support for it about half an hour). Getting that stable, tested and polished will of course take a bit longer. -- Gerhard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

