在jdbc中使用oreintdb在生产中

问题描述 投票:0回答:1

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

  1. 是jdbc驱动程序可以提供所有orientdb功能,例如(事务和链接...等)或使用java api是最佳选择
  2. 我注意到您在orientdb github中有spring数据实现,可以在生产中使用它了
orientdb
1个回答
0
投票

在此链接上,讨论了您所写的问题。

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

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

© www.soinside.com 2019 - 2024. All rights reserved.