Good work guys. You should really take a look at incorporating some of the Orientdb helper functions from the Doctrine library: https://github.com/doctrine/orientdb-odm
The binary protocol is great, but it would be much more useful if it implemented prepared statements (or a client side equivalent). It is unsafe to just inject sql statements directly. The Doctrine library has many of these functions already built. On Tuesday, December 30, 2014 2:24:52 PM UTC-5, Lvc@ wrote: > > Hi guys, > Domenico (@ostico) didn't get any rest for Christmas and after the Python > Driver, he've just published the new PHP Driver for OrientDB aligned with a > recent version of binary protocol, plus a nice API. > > Since @ostico is super active and both PHP and Python drivers are well > maintained, we decided, according with the author, to adopt both of them > under the Orient Technologies umbrella: > > - *PHP Driver*: https://github.com/orientechnologies/PhpOrient > - *Python Driver*: https://github.com/orientechnologies/pyorient > > For all the users bound with the Anton's driver ( > https://github.com/AntonTerekhov/OrientDB-PHP) I suggest to migrate to > this new driver to use last versions of OrientDB. > > The updated list of drivers is on this page: > > > http://www.orientechnologies.com/docs/last/orientdb.wiki/Programming-Language-Bindings.html > > Thanks Domenico from the whole community! > Lvc@ > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
