fdbq:基础数据库查询语言

时间:2024-04-18 01:07:20
【文件属性】:

文件名称:fdbq:基础数据库查询语言

文件大小:22KB

文件格式:ZIP

更新时间:2024-04-18 01:07:20

Go

值表达 nil true false 12 -10 33.29 -12e6 "this is a string" 7a78b9b7-7b04-4e5c-a57c-b17895667fd9 设定语法 /dir/path(-10,false,(nil,12)) = "hello" /deep/dir/path("years",true,10e3) = nil /dir(12,"lives") = (true,false,false) 获取语​​法 /dir/{}(1,2,3) = nil /deep/dir/path({},true,10e3) = {} 清除语法 /dir/path(-10,false,(nil,12)) = clear


【文件预览】:
fdbq-master
----.gitignore(18B)
----main.go(465B)
----LICENSE(1KB)
----go.mod(200B)
----parser()
--------parser.go(7KB)
--------parser_test.go(9KB)
----readme.md(407B)
----keyval()
--------values.go(2KB)
--------values_test.go(2KB)
--------utilities.go(2KB)
--------keyval.go(2KB)
--------kind_test.go(1KB)
--------kind.go(6KB)
--------iterator_test.go(3KB)
--------compare.go(4KB)
--------compare_test.go(2KB)
--------utilities_test.go(883B)
--------iterator.go(5KB)
----go.sum(1KB)
----fdbr.bnf(863B)
----engine()
--------engine.go(2KB)
--------reader()

网友评论