logoalt Hacker News

matlin04/02/20252 repliesview on HN

My ideal version of this is simple: just define the queries you want (no matter how complex) and the you'll get exactly the data you need to fulfill those queries, no more, no less. And the cherry on top would be to have your queries update automatically with changes both locally and remote in close to real-time.

That's basically what we're doing with Triplit (https://triplit.dev), be it, not with SQL--which is a plus for most developers.


Replies

nilamo04/02/2025

I heavily disagree with the notion that most developers would rather query with something that isn't SQL.

show 2 replies
gbalduzzi04/02/2025

> just define the queries you want (no matter how complex) and the you'll get exactly the data you need to fulfill those queries, no more, no less

So GraphQL?