What is SonarQube Database


What is SonarQube database? 
SonarQube database is component inside our SonarQube
after generating the reports 

All the reports will be stored in the database.
Category-wise reports will be stored in the database.
SonarQube maintains all these reports in their default database...automatically... 
H2 is the default database...built inside SonarQube...

but you can also change the database 
means you can set up your own database...
like MySQL, PostgreSQL, SQL Server, and Oracle 

Comments

Popular posts from this blog

Top 10 Git Commands

Kubernetes cluster setup NOTES step by step using minikube

SonarQube Installation & Configuration Step by step