vesoft-inc / nebula-python

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

Does nebula-python support bind parameters now? #329

Closed MichelleMa8 closed 4 months ago

MichelleMa8 commented 6 months ago

General Question Hi,

Does nebula-python support bind parameters now? Where can I find related documentations? Or is there any other method to avoid injection attacks?

Thanks!

wey-gu commented 6 months ago

Yes it does!

See: https://github.com/vesoft-inc/nebula-python/blob/master/tests/test_parameter.py

Later I can prepare for more docs on this :)

MichelleMa8 commented 6 months ago

Ok, thank you!