I think the same, but that requiere resources.
I try to work on the side in a spiritual successor of Foxpro/DBase (https://tablam.org).
I consider a mix of relational/array model fill a lot of ergonomics for this (and it was proved to be right by the family of DBase langs).
But what makes this much more complex today is the explosion on OS targets (Windows, Linux, MacOs, Android, iOS, Web), and the requirement to integrate with many other stuff, dealing with many formats (json, xml, ...), is harder to do UIs now and the base support is more inconsistent and mixed as ever...
So, is possible to make a simpler tool, I certain of it, but then the developer/user will say "ah, ok, so how this connect to Redis, GraphQL and Amazon Web Services, run this on Android, Windows, parse CSV, ..."
and that is what make this very hard at the end...