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

The Spring_Security_Thymeleaf project utilizes Java, Spring Boot, and Thymeleaf for a hardware store's invoicing system. It allows employees to generate invoices and admins to manage product data efficiently. Key technologies include Spring Security for authentication and MySQL for database management, all deployable via Docker.

  • Updated Apr 21, 2024
  • HTML

Created by James Martin

Released 1983

Followers
30 followers
Wikipedia
Wikipedia

Related Topics

database query rest sql