objql:JavaScript的查询实用程序

时间:2024-04-05 19:20:14
【文件属性】:

文件名称:objql:JavaScript的查询实用程序

文件大小:170KB

文件格式:ZIP

更新时间:2024-04-05 19:20:14

TypeScript

ObjQL 仅查询您需要的内容。 安装 yarn add objql 用法 const objql = require ( 'objql' ) const data = { foo : 1 , bar : '123' , baz : { foo : new Date ( ) , bar : [ 1 , 2 , 3 ] , baz : 'hello' , } , wasted : 'blah blah..' , } const schema = { foo : true , // Select `foo` from `data` bar : Number , // Select `bar` from `data` and coerce to `Number(data.foo)` baz : { foo : true ,


【文件预览】:
objql-master
----package.json(1KB)
----test()
--------index.test.ts(2KB)
----.prettierrc(69B)
----jest.config.js(289B)
----LICENSE(1KB)
----src()
--------index.ts(1KB)
----tsconfig.json(5KB)
----bili.config.ts(352B)
----.gitignore(30B)
----circle.yml(755B)
----README.md(2KB)
----yarn.lock(427KB)
----.editorconfig(187B)
----.gitattributes(12B)

网友评论