使用jdbc在生产中使用oreintdb

时间:2016-03-14 10:22:21

标签: orientdb

我打算使用jdbc驱动器在生产中使用orientdb,所以我需要确认一些点

  1. 是jdbc驱动可以给所有的orientdb功能(事务和链接等)或者使用java api是最好的选择
  2. 我注意到你在orientdb github中有spring数据实现它是否可以在生产中使用

1 个答案:

答案 0 :(得分:0)

link讨论你所写的问题。

通常,JDBC驱动程序仅支持OrientDB的一个子集,只支持可以与命令一起使用的部分。

如果您是Java开发人员,我建议您使用Java Graph API:http://orientdb.com/docs/last/Graph-Database-Tinkerpop.html