Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 声纳数据库结构是什么?
只想问声纳连接数据库后会创建哪些表?还有用于存储“代码行”“类”“评论”等信息的表格。有人能给我一些关于这些的文档吗?谢谢
如果您有一个没有表的干净数据库,那么 Sonar 将在您第一次启动它时创建所有必需的表。
要了解有关这些表的更多信息,您可以查看我们用于测试的这个 DDL 文件:
https://github.com/SonarSource/sonarqube/tree/master/server/sonar-db-core/src/main/resources/org/sonar/db/version/schema-h2.ddl
项目拆分,但答案中最初链接的 DDL 的 4.5.5 版本可以在此处找到:
https://github.com/SonarSource/sonarqube/blob/4.5.5/sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl