Hi there, Sorry, I just want to make sure I understand -- what do you mean by "only the part you can use with commands" specifically?
Also, what about performance? I am a bit concerned because there is another post comparing performance between a Gremlin query and an SQL query and the SQL query is much more performant (although the queries are supposed to be equivalent, same result). If all I intend to do is run queries and commands through my code, whereas the management of my database will be taken care of outside of my codebase, is JDBC a prudent approach? On Monday, April 13, 2015 at 7:02:41 PM UTC+8, l.garulli wrote: > > Hi Jean Sebastien, > JDBC driver supports only a subset of OrientDB, only the part you can use > with commands. > > If you're a Java developer, I suggest you to use the Java Graph API: > http://orientdb.com/docs/last/Graph-Database-Tinkerpop.html > > Lvc@ > > On 13 April 2015 at 10:33, Jean-Sebastien Lemay <[email protected] > <javascript:>> wrote: > >> I'm quite liking the SQL syntax made available to developers for >> OrientDB, which I have shortly studied in the excellent Udemy course made >> available by Orient. However, my software is written in Java, which means >> that the native API is the suggested method for working with OrientDB. >> >> I was curious if there were any disadvantages to using the JDBC driver >> and issuing SQL statements instead of using the native API, since I am >> comfortable with the SQL syntax and I suspect the other developers in my >> team will be as well. Is there anything the native API can do that the JDBC >> driver/SQL syntax can't? What about performance? Would you consider them >> equivalent overall? >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Best Regards, > > Luca Garulli > CEO at Orient Technologies LTD > the Company behind OrientDB > http://about.me/luca.garulli > > -- --- 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.
