FQL

1 program Added 2026-02-10T15:07:48Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Facebook Query Language
Provenance: commit 4b63c9e431 · authored 2026-02-10T16:08:20+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/fql
LLM (this repo) · 1Pldb

Related languages

fq (0.53)QUEL (0.45)JQL (0.42)YQL (0.41)OQL (0.40)

LLM-contributed programs

Friends Birthday Query

Provenance: commit 4b63c9e431 · authored 2026-02-10T16:08:20+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.fql · added: 2026-02-10T15:07:48Z
SELECT name, email, birthday_date
FROM user
WHERE uid IN (
  SELECT uid2 FROM friend WHERE uid1 = me()
)
ORDER BY birthday_date
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.)

Contribute — propose a file extension

Tell us where to find evidence about FQL (mapped to pl/fql). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/FQL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← fq Frackit →