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

🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.

  • Updated Jun 2, 2024
  • Java

A comprehensive personal dashboard built with NextJS 15, TypeScript, Drizzle, Turso (SQLite), TailwindCSS, Clerk, Uploadthing, ShadCN-UI, and more. This all-in-one solution offers tools for file storage, URL extractors, notes, finances, kanban, HTML to TSX, SVG to CSS, reverse geolocation, and more. Currently migrating features from a previous

  • Updated Jun 2, 2024
  • TypeScript

Starter template for building Next.js 13 applications with Firebase. It provides a solid foundation for developing modern web applications with server-side rendering, authentication, and real-time data synchronization.

  • Updated Jun 1, 2024
  • TypeScript

Created by James Martin

Released 1983

Followers
30 followers
Wikipedia
Wikipedia

Related Topics

database query rest sql