https://github.com/noname007/crud-sql-like-over-http
https://github.com/noname007/crud-sql-like-over-http
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noname007/crud-sql-like-over-http
- Owner: noname007
- License: agpl-3.0
- Created: 2018-05-25T11:00:14.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2018-06-08T04:10:33.000Z (over 7 years ago)
- Last Synced: 2025-01-22T20:11:22.688Z (9 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
### 启动项目背景
前端有大量的对数据库数据的crud操作,此时后端起到的作用,更像是根据前端的过来的参数拼装sql,然后封装数据,返回结果,这样一种角色。故希望能做个一工具,提供前端一个类似SQL的操作功能,但是要对其功能进行一些削减。发现现有两个类似功能的工具MySql Http plugin[^1] 、Dreamfactory[^2],但其都直接暴露出来数据库的信息。
[^1]: http://blog.dreamfactory.com/sql-and-rest-working-with-related-data
[^2]: https://mysqlserverteam.com/mysql-5-7-labs-inserting-updating-and-deleting-records-via-http/