Would you please let me know how to insert a new table into the Sonar database?
Is there any way to do that?
I am using SonarQube 7.9.3
Thank you
Would you please let me know how to insert a new table into the Sonar database?
Is there any way to do that?
I am using SonarQube 7.9.3
Thank you
Hi, why do you want to do that?
Hi, @pierreguillot
We have to store some custom data in Sonar side and we want to use those data by calling API s.So is there any possible way to do that?
Thank you
The SonarQube database should be considered as a blackbox. If you want to extend SonarQube behaviour, have a look at the plugin API : https://docs.sonarqube.org/latest/extend/developing-plugin/