Supporting prepared statements in different drivers

I plan to use Orient DB for a new project.
But I did not find the support of the prepared operators in the python, php, ruby ​​and perl drivers (especially interesting pyorient).
Binary protocol does not support prepared statements ?
Or are there other reasons not to use?

Hi,
in this page you can find some information about Api and Drivers: https://orientdb.com/docs/last/Programming-Language-Bindings.html


Hope it helps,
Michela

Hi,
I saw this page.
And reviewed various drivers.
But for none of the drivers reviewed (pyorient, php, perl , ruby), I found an opportunity used prepared statements. It available for Java API.

Thanks,
Serg

Hi

yes the protocol supports statement parameters.

Also OrientJS (Node.js) supports them

http://orientdb.com/docs/3.0.x/orientjs/OrientJS.html#query