[Tech] Why is “Database Layer as a REST API” not common?
We have “database APIs” such as abstraction layers over multiple SQL databases and ORMs. But why not take it to the next step and make it a REST API like any other network call that we can make?
Advantages would be:
* The sharing of database ORM models across multiple programming