EdgeQL
1 program
Added 2026-02-10T18:16:04Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4ff3d7f289 · authored 2026-02-10T19:16:52+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/edgeqlExtensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.edgeql | linguist | primary | 2.1K files |
.esdl | linguist | secondary | 3.9K files |
Related languages
LLM-contributed programs
Movie Query with Filter and Sort
Provenance: commit 4ff3d7f289 · authored 2026-02-10T19:16:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
select Movie {
title,
year,
rating,
director: {
name
},
actors: {
name
}
}
filter .year > 2000 and .rating > 7.5
order by .rating desc
limit 10;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)