Well because usually you pull some data from a service API as csv or Json and you’re not directly pulling from a SQL connection since that isn’t exposed.
Even internally across different teams.
With all the other technologies falling back to json, modern web dev only thinks about SQL as a store for CRUD operations, and not as an integral part of the stack. At least that’s how it seems to me.
Even internally across different teams.
With all the other technologies falling back to json, modern web dev only thinks about SQL as a store for CRUD operations, and not as an integral part of the stack. At least that’s how it seems to me.