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,714 public repositories matching this topic...

Tego is a pluggable Node.js framework for building customizable development platforms. It enables developers to create their own no-code/low-code systems or event-driven applications, while the core focuses on stability and environment adaptability.

  • Updated Dec 9, 2025
  • TypeScript

Created by James Martin

Released 1983

Followers
56 followers
Website
github.com/topics/crud
Wikipedia
Wikipedia

Related topics

database query rest sql