jev(): a Postgres extension for natural-language search across your whole DB, $0.0009 per query

FrankFelixAI · x · 2026-09-18

jev() is a new PostgreSQL extension that lets you search your entire database with natural language via one function — no index, no embeddings. Examples: WHERE jev(people, 'could work from home') or jev(people, 'name sounds european'). It judged 129 rows in 1s for $0.0009, and cached reruns took just 6ms.

Original post →

More from coding & agent

coding & agent channel →