DEV Community

Discussion on: There is No U in CRUD

Collapse
 
danieljsummers profile image
Daniel J. Summers

Nice post. There had always been some nagging sense that the typical "API = HTTP-exposed database" pattern was lacking usefulness - particularly if the back-end store was also a proper database that utilized HTTP calls. It's almost like, why even add "my" layer in the middle?

I'm working a side project now, and this will definitely make me reevaluate what I thought my endpoints were going to be. Thanks!

Collapse
 
jlhcoder profile image
James Hood

Glad you found it helpful!