vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

文档 #225

Closed Hydrion-Qlz closed 2 years ago

Hydrion-Qlz commented 2 years ago

这个有对应的API文档吗

wey-gu commented 2 years ago

还没有哈,可以参考 https://github.com/vesoft-inc/nebula-python/tree/master/example

Hydrion-Qlz commented 2 years ago

好的,还有是想问一下对于GQL语句是否单独封装了函数,还是说只能通过execute函数执行原始GQL语句

wey-gu commented 2 years ago

好的,还有是想问一下对于GQL语句是否单独封装了函数,还是说只能通过execute函数执行原始GQL语句

现在各个语言客户端没有 ORM 的封装,不过社区有一些 Nebula Graph ORM在,比如 https://github.com/zhihu/norm https://github.com/nebula-contrib/graph-ocean https://github.com/nebula-contrib/ngbatis ,python 上,目前 https://github.com/SwordElucidator/nebula-model 最有希望,可以关注一下,不过还在开始的实现中

Hydrion-Qlz commented 2 years ago

好的,非常感谢你的回答