Hacker News new | ask | show | jobs
by gcr 464 days ago
I’m starting to think that string-based languages like SQL which mix structure and content are a mistake.

Maybe future database systems will only accept queries serialized from protobuf, or JSON (output by a proper serializer)

1 comments

JSON is a string-based language. So are Java, C, Rust, and so on.