postgresql-cube:向简单的PostgreSQL添加多维数据集支持

时间:2021-05-22 20:24:35
【文件属性】:
文件名称:postgresql-cube:向简单的PostgreSQL添加多维数据集支持
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-22 20:24:35
Haskell PostgreSQL多维数据集 一个向添加[ cube ](TODO,postgresql cube docs)支持的库 使用此库,可以将Cube[[1, 2, 3], [4, 5, 6]]类的内容编写为查询模板的一部分。 它不提供解析能力Cube从返回SQL S,主要是因为它看起来很难,我并不需要它为我的使用情况。 我可能会在某个时候解决它,但是与此同时欢迎补丁程序。 用法 就像使用任何其他查询参数一样,只需使用Cube数据集即可。 execute " INSERT INTO table(cube_field, name) VALUES(?, ?) RETURNING id " ( Cube [[ 1 , 2 , 3 ]], " Testing " ) executeMany " INSERT INTO table(cube_field, name) VALUES(?, ?) RETU
【文件预览】:
postgresql-cube-master
----.gitignore(38B)
----postgresql-cube.cabal(807B)
----Setup.hs(46B)
----src()
--------Database()
----LICENSE(1KB)
----README.md(791B)

网友评论