CRUD topic

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

List CRUD repositories

haskell-yesod-realworld-example-app

161
Stars
26
Forks
Watchers

Exemplary real world application built with Haskell + Yesod

GenMysqlProject

7
Stars
1
Forks
Watchers

mysql数据表 转 go struct , json 转 go struct , 初始化 curd 功能 gin gorm

angular-forum

72
Stars
46
Forks
Watchers

Forum application built with Angular

antd-curd

26
Stars
0
Forks
Watchers

📦 基于 ant design 、 dva 、 antd-form-mate 的增删改查页面组件。

cakephpvue-spa

50
Stars
11
Forks
Watchers

A CakePHP + VueJS single page application skeleton/boilerplate.

elastic-crud

46
Stars
6
Forks
Watchers

Simple yet elegant ElasticSearch Crud Repository.

mf-proto

55
Stars
21
Forks
Watchers

🏉 Sports video analysis and social platform

rest-hapi

1.2k
Stars
152
Forks
Watchers

🚀 A RESTful API generator for Node.js

fastapi-crudrouter

1.3k
Stars
151
Forks
Watchers

A dynamic FastAPI router that automatically creates CRUD routes for your models

Grid.Blazor

674
Stars
131
Forks
Watchers

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC