We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apijson-go 是 APIJSON 的 Golang 版实现,支持零代码实现增删改查接口并提供文档。 https://www.oschina.net/news/229221/apijson-go-opensource
单表查询、单表数组查询
双表一对一关联查询、数组关联查询
双表一对多关联查询、数组关联查询
@column, @order, @group, page, count
单、多表单条新增
单、多表单条修改
单、多表单条、批量删除
Request表的tag校验
分页返回total@
可用的权限方案
远程函数
查询节点 自定义查询数据
字段限制
错误提示完善
请求结构复杂度限制
还配套开源了 apijson-go-demo 和 apijson-go-ui
点右上角 ⭐Star 支持一下热心的作者吧~ https://github.com/glennliao/apijson-go
https://gitee.com/glennliao/apijson-go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
apijson-go 是 APIJSON 的 Golang 版实现,支持零代码实现增删改查接口并提供文档。
https://www.oschina.net/news/229221/apijson-go-opensource
已实现的功能:
单表查询、单表数组查询
双表一对一关联查询、数组关联查询
双表一对多关联查询、数组关联查询
@column, @order, @group, page, count
单、多表单条新增
单、多表单条修改
单、多表单条、批量删除
Request表的tag校验
分页返回total@
可用的权限方案
远程函数
查询节点 自定义查询数据
字段限制
计划后续实现:
错误提示完善
请求结构复杂度限制
开发指南
还配套开源了 apijson-go-demo 和 apijson-go-ui
点右上角 ⭐Star 支持一下热心的作者吧~
https://github.com/glennliao/apijson-go
https://gitee.com/glennliao/apijson-go
The text was updated successfully, but these errors were encountered: