Hacker News new | ask | show | jobs
by ryandvm 1917 days ago
I am totally expecting the next fad in web development to be just exposing a raw SQL interface to the front-end...
2 comments

Simplify things? No way! The next fad will be SQL over GraphQL.
and those queries well be send through gRPC.
Jokes aside, isn’t this ultimately what we are all looking for?

We have added so many layers and translations between our frontend and database.

Graphql brought us closer and it starts to run into some of the security concerns already.

What if someone just made this direct sql interface safe/restricted?