vesoft-inc / nebula-python

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

feat: primitive params #351

Closed BeautyyuYanli closed 4 days ago

BeautyyuYanli commented 1 month ago

Updatet execute_py

wey-gu commented 1 month ago
BeautyyuYanli commented 1 month ago

return raw resultSet can be optional(default false)?

Typing would be dirty because Python<=3.7 doesn't support things to do override. So I just return the ResultSet.

wey-gu commented 4 days ago

docs: https://github.com/vesoft-inc/nebula-python/pull/352