On 11/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > 'choose a Database Server you want to use with TurboGears' > > > (1.SQLite 2.MySQL 3.PostgreSQL) > > > > 4. None > > 5. what about other supported databases? If you're offering some help, why > > not helping everybody?
-1 to explicitly supporting any databases other than sqlite. The reason is that we currently support two different ORMs, each of which supports a different set of database engines. Keeping this list in sync with the set of databases that all supported ORMs themselves support is going to be a maintenance headache. +1 to keeping SQLite as the default, always-supported database, though, because 1) for Python 2.5, it becomes a no-op, and 2) it enables examples and demos to work out of the box, with zero head scratching for users. That's not the case, for example, with Rails. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
