Add jevql - #373
Merged
Merged
Add jevql#373
Conversation
This was referenced Sep 23, 2026
Closed
MaTriXy
pushed a commit
to MaTriXy/awesome-jev
that referenced
this pull request
Sep 25, 2026
Re-applies kylemclaren/jevsearch listing on current main after AppitStudio#373 merge conflicted the original fork PR.
MaTriXy
pushed a commit
to MaTriXy/awesome-jev
that referenced
this pull request
Sep 25, 2026
Re-applies kylemclaren/jevpdf listing on current main after AppitStudio#373 made the original fork PR conflict.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request
What changes and why?
Adds jevql as a community project under Search and retrieval. The PR includes:
community/projects/tools/jevql.mdcommunity/projects/tools/README.mdCanonical URL: https://github.com/kylemclaren/jevql
jevql is a psql-style client for vanilla PostgreSQL. It needs no extension or superuser access. Plain SQL runs on the server, Jev judges the rows it returns, and the client applies the filter, sort, or group. It fills a different niche from pg-jev and pg_typesafe, which run inside the server, and from JevSQL, which targets SQLite.
Affiliation: I'm the author and maintainer of jevql. There is no commercial relationship, paid placement, or referral link.
Verification
go test ./...passes at commit 274532a. It runs offline against a mocked TypeSafe client, and the Postgres execution tests skip unlessPGTEST_URLis set.npm run lint,npm run check:linksandnpm run check:communitypass (395 projects checked), and so does the rest ofnpm run check.AI assistance
Claude Code drafted the page and the entries. I reviewed them against the jevql source and README.
Checklist
🤖 Generated with Claude Code