|
|
|
|
|
by jampekka
1016 days ago
|
|
How does this differ from them building a mountain of cards on top of your API? The schema used by the public API doesn't have to match the database layout itself. E.g. views can be used for this. A lot of APIs are quite straightforward mappings typically from REST/GraphQL to a database, often via some sort of ORM or other abstaction. These extra layers mostly amount to needless complexity, more surface of bugs, lots of busywork and worse API usability. |
|
Anyways, every old idea must be retried.