使用 apache derby 的开源项目
有人知道一些使用 apache derby 的开源项目吗?
背景:
我需要分析一些sql语句的解析树,并为此目的隔离了derby的sql解析器。现在我需要的是一堆用于测试的 sql 语句,而使用 derby 的现实开源项目将是一个完美的选择。
Does anybody know of a few open source projects that are using apache derby?
Background:
I need to analyze the parse trees of some sql statements, and have derby's sql parser isolated for the purpose. Now what I need is bunch of sql statements for testing and a real life open source project using derby would be a perfect for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅项目和项目使用/支持 Derby 的产品
See Projects & Products using/supporting Derby
Splice Machine 是一个开源项目,是 Apache Derby 的一个分支。
您可以在这里查看...
https://github.com/splicemachine/spliceengine
我们已经实现了
解释一下->任何 sql 语句,
这样您就可以看到 Derby 的解释计划。如果您需要其他帮助,我们还编写了 AST 可视化工具。如果需要的话我可以提供一个链接。
Splice Machine is an open source project that is a fork of Apache Derby.
You can check it out here...
https://github.com/splicemachine/spliceengine
We have implemented
explain -> any sql statement
so you can see Derby's explain plan. We also have written an AST visualizer if you need additional help. I can provide a link to that if needed.