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

An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable, it includes a cross-browser compatible template and client-side validation for application modernization.

  • Updated Mar 28, 2024
  • PHP

Created by James Martin

Released 1983

Followers
30 followers
Wikipedia
Wikipedia

Related Topics

database query rest sql