Earlier quoted context omitted.
> Thus, "build an api" is the best solution. I think there's an asymmetry in your argument. You are describing all of the problems with data management as though they were specific to schemas in a traditional RDBMS; but glossing over how "building an API" solves those same problems, and whether that method is better or worse. In other words, "build an API" is the problem at hand, not the solution. A traditional DBMS…
Yes, I agree, "build an API" is the problem. I specifically said the problem and the complexity inherent in solving it doesn't disappear with per-application databases. But, the application (the 'A' part) is where the most context around the information is to be found. Tying multiple applications together at the Data-side (rather than the Application-side) means you don't lose that context... and eliminate your chanc…
At some point you'll need to go into the details, but I don't think a comment is the right format. Maybe a blog post to show exactly what you mean.