rest-query-parser:REST查询查询器

时间:2024-02-24 23:56:18
【文件属性】:

文件名称:rest-query-parser:REST查询查询器

文件大小:26KB

文件格式:ZIP

更新时间:2024-02-24 23:56:18

go golang parser query parse

REST查询解析器 查询解析器是一个用于轻松构建对数据库的动态SQL查询的库。 它为Web应用程序提供了一个简单的API,需要通过GET查询进行一些过滤。 它是HTTP处理程序和数据库引擎之间的连接器,并管理用户输入的验证和转换。 安装 go get -u github.com/timsolov/rest-query-parser 快速启动 有关更多示例,请参见cmd / main.go和测试。 package main import ( "errors" "fmt" "net/url" rqp


【文件预览】:
rest-query-parser-master
----.travis.yml(466B)
----external.go(3KB)
----cmd()
--------main.go(3KB)
----utils_test.go(213B)
----main_test.go(16KB)
----filter_test.go(856B)
----validation.go(2KB)
----errors.go(804B)
----LICENSE(11KB)
----validation_test.go(1KB)
----external_test.go(2KB)
----main.go(16KB)
----filter.go(6KB)
----.gitignore(298B)
----go.sum(2KB)
----README.md(5KB)
----utils.go(353B)
----scripts()
--------cov.sh(509B)
----go.mod(261B)

网友评论