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 13,327 public repositories matching this topic...
Language:All
Sort:Most stars
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
- Updated
Mar 16, 2025 - TypeScript
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
- Updated
Mar 12, 2025 - TypeScript
🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
- Updated
Mar 16, 2025 - Java
NocoBase is an extensibility-first, open-source no-code/low-code platform for building business applications and enterprise solutions.
- Updated
Mar 17, 2025 - TypeScript
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
- Updated
Jul 7, 2023 - Java
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) -http://flaskappbuilder.pythonanywhere.com/
- Updated
Feb 28, 2025 - Python
NestJs CRUD for RESTful APIs
- Updated
Jul 16, 2024 - TypeScript
Single file PHP script that adds a REST API to a SQL database
- Updated
Nov 22, 2024 - PHP
Full-stack CRUD, simplified, with SSOT TypeScript entities
- Updated
Mar 16, 2025 - TypeScript
NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.
- Updated
Jan 16, 2023 - JavaScript
FISCO BCOS(发音为/ˈfɪskl bi:ˈkɒz/)是一个稳定、高效、安全的许可区块链平台,已被广泛应用于现实的行业应用。截至目前,已拥有5000多家企事业单位,400多个产业数字化标杆应用,涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a stable, efficient, and secure permissioned blockchain platform that has been widely used in real-world industry applications.
- Updated
Mar 13, 2025 - C++
❤️ SQLite ORM light header only library for modern C++
- Updated
Mar 8, 2025 - C++
又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.
- Updated
Mar 16, 2025 - FreeMarker
🔥 cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于vue3、element-plus、pinia、vite、tailwindcss、i18n等构建
- Updated
Mar 13, 2025 - Vue