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 |
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome...
翻译 - 简单快速的应用程序开发框架,基于Flask构建。包括详细的安全性,为模型自动生成CRUD,Google图表等。演示(以访客身份/欢迎登录)-http://flaskappbuilder.pythonanywhere.com/
Single file PHP script that adds a REST API to a SQL database
翻译 - 将REST API添加到SQL数据库的单文件PHP脚本
NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker.
Full-stack CRUD, simplified, with SSOT TypeScript entities
Exemplary real world application built with Golang + Gin
翻译 - 使用Golang + Gin构建的示例现实应用程序
Material Design for Django
翻译 - Django的材料设计
❤️ SQLite ORM light header only library for modern C++
🔥 cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
Build Ruby on Rails apps 10x faster
翻译 - 基于配置,免维护,可扩展的Ruby on Rails管理员
Toolpad: Full stack components and low-code builder for dashboards and internal apps.
Exemplary real world backend API built with Laravel
翻译 - 使用Laravel构建的示例性现实世界后端API
A use case of Clean Architecture in Node.js comprising of Express.js, MongoDB and Redis as the main (but replaceable) infrastructure.
Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative.
翻译 - 低代码管理面板和商业智能 Rails 引擎。无 DSL - 可从 UI 配置。
Create a Laravel 10 CRUD in a few seconds
A Laravel package to help you generate nearly complete CRUD pages like crazy!
翻译 - Laravel软件包可帮助您生成几乎完整的CRUD页面,如疯了!
.NET CRUD generator library with Bootstrap support to create dynamic forms at runtime from a data dictionary.
A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps