Skip to content
#

CRUD

CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.

| CRUD | SQL | HTTP |

|-|-|-|

| Create | INSERT | POST |

| Read | SELECT | GET |

| Update | UPDATE | PUT to replace, PATCH to modify |

| Delete | DELETE | DELETE |

Here are 1,360 public repositories matching this topic...

TCMS is an organizational Client Management system that allows managers to seamlessly manage their clients and their associated projects. This allows the user to display all available clients, add new clients, update and delete the existing clients. Similar operations can be done on the project dashboard. The data is served by backend web micros…

  • Updated Jan 7, 2023
  • TypeScript

Created by James Martin

Released 1983

Followers
32 followers
Wikipedia
Wikipedia

Related Topics

database query rest sql