Skip to content

Add jevql - #373

Merged
AsafMazuz1 merged 1 commit into
AppitStudio:mainfrom
kylemclaren:add-jevql
Sep 23, 2026
Merged

AsafMazuz1 merged 1 commit into
AppitStudio:mainfrom
kylemclaren:add-jevql

Conversation

@kylemclaren

Copy link
Copy Markdown
Contributor

Pull request

What changes and why?

Adds jevql as a community project under Search and retrieval. The PR includes:

  • the detail page at community/projects/tools/jevql.md
  • the index entry in community/projects/tools/README.md
  • the root README entry under Developer projects and integrations, next to JevSQL

Canonical 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 unless PGTEST_URL is set.
  • Live queries against Postgres 17 and the TypeSafe API were run during development. No accuracy or quality claims are made.
  • In this repo, npm run lint, npm run check:links and npm run check:community pass (395 projects checked), and so does the rest of npm run check.

AI assistance

Claude Code drafted the page and the entries. I reviewed them against the jevql source and README.

Checklist

  • I read the repository's CONTRIBUTING.md.
  • This change adds one resource or makes a focused correction.
  • For a community project, its detail page, category index entry, and README links are complete and consistent (or not applicable).
  • Links work and descriptions are factual; prerequisites and limitations are clear.
  • I ran the applicable checks and included no secrets or private data.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
@kylemclaren kylemclaren mentioned this pull request Sep 23, 2026
5 tasks
@AsafMazuz1
AsafMazuz1 merged commit d7bdeb3 into AppitStudio:main Sep 23, 2026
1 check passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants