django-sonar icon indicating copy to clipboard operation
django-sonar copied to clipboard

Is it possible to configure another database to store sonar information only?

Open kennedimalheiros opened this issue 10 months ago • 2 comments

I'm thinking about having two databases, one for the application and another to store the sonar information, to be used in production.

kennedimalheiros avatar Apr 16 '24 14:04 kennedimalheiros

Thanks for the suggestion! @kennedimalheiros I will add the support for multi databases in a future release.

One will configure multiple db connections in django, like always, and then use a new django-sonar setting to specify which connection to use.

metalogico avatar Apr 17 '24 07:04 metalogico

Thanks for the suggestion! @kennedimalheiros I will add the support for multi databases in a future release.

One will configure multiple db connections in django, like always, and then use a new django-sonar setting to specify which connection to use.

Great suggestion

FraCata00 avatar Apr 17 '24 08:04 FraCata00