For questions devoted to exporting, rendering, or analyzing compilation database artifacts.
A compilation database is a database for compile options. It records which compile options are used to build the files in a project. A compilation database can be, but is not limited to, a JSON Compilation Database.
https://sarcasm.github.io/notes/dev/compilation-database.html#what-is-a-compilation-database
> A compilation database is a JSON file, which consists of an array of “command objects”, where each command object specifies one way a translation unit is compiled in the project. > > Each command object contains the translation unit’s main file, the working directory of the compile run and the actual compile command. > https://clang.llvm.org/docs/JSONCompilationDatabase.html#format