pg-nested-json-query:一种构建Postgres查询的工具,该查询将嵌套查询连接到JSON结构中

时间:2024-06-03 04:02:42
【文件属性】:

文件名称:pg-nested-json-query:一种构建Postgres查询的工具,该查询将嵌套查询连接到JSON结构中

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-03 04:02:42

JavaScript

介绍 该库导出函数getQuery ,该函数以数据结构作为查询并返回Postgres SQL查询以JSON形式检索嵌套数据。 JSON查询 这是JSON查询的示例 { " table_name " : { " fields " : { " id " : " table_id " }, " children " : { " other_table " : { " fields " : { " id " : " other_id " } } }, " conditionString " : " example_number = 1 " , " conditions " : { " boolean_fi


【文件预览】:
pg-nested-json-query-master
----.gitignore(64B)
----.eslintrc(1KB)
----package.json(1KB)
----main.js(74B)
----LICENSE.md(1KB)
----bin()
--------pg-nested-json-query(5KB)
----index.js(79B)
----README.md(3KB)
----lib()
--------get-query.js(5KB)
----.vscode()
--------settings.json(240B)
--------launch.json(647B)
----test()
--------small-kitchen-sink-query.yaml(439B)
--------query.yaml(475B)
--------query.json(609B)
--------query-tests.js(3KB)

网友评论