使用 apache derby 的开源项目

发布于 2024-12-17 18:56:36 字数 154 浏览 2 评论 0原文

有人知道一些使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清泪尽 2024-12-24 18:56:36

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文