It sounds like you would either have to go with the custom driver idea or use another ORM package like Sqlalchemy(which means you don't get certain features like the contrib apps)
On Apr 16, 1:04 pm, "Chris Czub" <[EMAIL PROTECTED]> wrote: > Would it be possible to replace the Django database driver(i.e. postgresql, > sqlite, mysql) with a custom one that managed the various database > connections? Similar to the SQL proxy idea(or maybe identical). > > On Wed, Apr 16, 2008 at 1:41 PM, RaviKondamuru <[EMAIL PROTECTED]> > wrote: > > > > > Here is the thread that talks about multiple database support: > > >http://groups.google.com/group/django-users/browse_frm/thread/02fb947... > > Ravi. > > > On Apr 16, 6:19 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Hello everyone, > > > > This is my first post on this list, so please by gentle and patient ;) > > > > I would like to ask, if it is possible to have DJango running on one > > > machine, and have several databases (each with different content) on > > > other machines. Basically I would specify a few tables, and each would > > > be in different database, while main server would aggregate and > > > display this data. Would be also possible, to have different database > > > types (i would like to have several sqlite databases and one postgres > > > running)? > > > > I need all this for scalability reasons. I am choosing framework for > > > the project and what DJango provides seems really cool. If only it > > > provides some mechanisms for scalability I guess I will fall in > > > love ;-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---