OPEN-SOURCE PROJECT
jevql
Adds Jev semantic filtering, grouping, and ranking around ordinary PostgreSQL without installing a database extension.
- Stars
- 9
- Forks
- 0
- License
- MIT
- Last commit
- 2026-09-19
What Jev does here
The CLI or service layer evaluates jev_* calls over row text before completing the query.
Shares semantic SQL interfaces across a CLI, HTTP, MCP, and SDKs.
Jev calls run in the client or service layer, not inside the Postgres engine. Row content is sent to an external API.