【NebulaGraph】查询案例 七 1. 查询语句12. 查询语句23. 查询语句34. 查询语句4 1. 查询语句1
GO FROM "player100" OVER *
YIELD type(edge) AS link, properties($$) AS properties,tostring(src(edge)) AS src,tostring(dst(edge)) AS dst, tags($$) AS tagLi…
1、下载安装包
这里使用安装 pgsql-http 的扩展
源码地址:GitHub - pramsey/pgsql-http: HTTP client for PostgreSQL, retrieve a web page from inside the database.
编译的安装地址:http extension for windows updated to include PostgreSQL17 …