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 |
haskell-yesod-realworld-example-app
Exemplary real world application built with Haskell + Yesod
GenMysqlProject
mysql数据表 转 go struct , json 转 go struct , 初始化 curd 功能 gin gorm
angular-forum
Forum application built with Angular
antd-curd
📦 基于 ant design 、 dva 、 antd-form-mate 的增删改查页面组件。
cakephpvue-spa
A CakePHP + VueJS single page application skeleton/boilerplate.
elastic-crud
Simple yet elegant ElasticSearch Crud Repository.
mf-proto
🏉 Sports video analysis and social platform
rest-hapi
🚀 A RESTful API generator for Node.js
fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
Grid.Blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC