Re: Multiple Database problem

2024-08-18 Thread Pandiya rajan
To effectively use multiple databases within a single application, start by configuring multiple connection strings or configuration entries for each database. Next, implement a data access layer to handle interactions with the different databases through a unified interface. This layer abstr

Re: Multiple Database problem

2024-08-18 Thread suraj shaw
Yes, Its possible. Please follow this - https://docs.djangoproject.com/en/5.0/topics/db/multi-db/ Thanks Suraj On Wed, Aug 14, 2024 at 8:45 PM Dhanushpathi Prakash < dhanushpathiprak...@gmail.com> wrote: > Is there is possible to multiple database with a single app. How? > > -- > You received th

Re: Multiple Database problem

2024-08-14 Thread Muhammad Juwaini Abdul Rahman
This is the first Google result for "django multiple databases": https://docs.djangoproject.com/en/5.0/topics/db/multi-db/ On Wed, 14 Aug 2024 at 23:15, Dhanushpathi Prakash < dhanushpathiprak...@gmail.com> wrote: > Is there is possible to multiple database with a single app. How? > > -- > You r

Multiple Database problem

2024-08-14 Thread Dhanushpathi Prakash
Is there is possible to multiple database with a single app. How? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To v