Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 VoltDB 是否可以使用纯 java 启动和控制。由于 voltdb 是作为 Java 实现提供的,因此应该可以从 Java 程序中控制和启动/停止单个数据库/服务器实例。
至少应该可以自动触发 jar 中的 DLL 和过程的编译。
我想在单元测试中促进这一点。
Github 上的 VoltDB wiki 有一篇文章,使用 Eclipse 开发和调试 VoltDB 客户端应用程序,描述了如何设置 Eclipse 来测试 java 存储过程。