DEV Community
•
2026-04-02 17:54
What if SQL could search by meaning? Meet VelesQL
You know SQL. You have been writing SELECT, WHERE, and JOIN for years. But the moment you need to search by meaning, traverse a knowledge graph, or rank results by relevance, SQL cannot help you. You reach for a proprietary API, a different client, a different mental model.
What if you did not have to?
VelesQL is a query language that starts where SQL stops. It keeps the syntax you already know ...