We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e90ec commit 97e97f4Copy full SHA for 97e97f4
rust/ql/lib/rust.dbscheme
@@ -109,11 +109,23 @@ yaml_locations(unique int locatable: @yaml_locatable ref,
109
@yaml_locatable = @yaml_node | @yaml_error;
110
111
/*- Database metadata -*/
112
+
113
+/**
114
+ * The CLI will automatically emit applicable tuples for this table,
115
+ * such as `databaseMetadata("isOverlay", "true")` when building an
116
+ * overlay database.
117
+ */
118
databaseMetadata(
119
string metadataKey: string ref,
120
string value: string ref
121
);
122
123
+/*- Overlay support -*/
124
125
126
+ * The CLI will automatically emit tuples for each new/modified/deleted file
127
+ * when building an overlay database.
128
129
overlayChangedFiles(
130
string path: string ref
131
0 commit comments