用于使用关系模型进行查询的现有库是什么?

发布于 2024-08-17 12:23:31 字数 492 浏览 3 评论 0原文

我正在寻找一个简单的高级库(用 python 实现会很好)来处理 关系代数。或者,现有的 SQL 实现可能支持这些查询。

例如,如果account关系的关系模式是(account id, name,balance),我想在此处输入表达式

'http://www.mathtran.org/cgi-bin/mathtran ?tex=\pi_{name}(\sigma_{account_id>3}(\text{account}))'

并且不必担心取回多重集。

I'm looking for a simple, high level library (implemented in python would be nice) for handling the relational algebra. Alternatively, an existing SQL implementation might have support for these queries.

For example, if the relation schema of the account relation is (account id, name, balance), I'd like to input the expression here

'http://www.mathtran.org/cgi-bin/mathtran?tex=\pi_{name}(\sigma_{account_id>3}(\text{account}))'

and not have to worry about getting back a multiset.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

温柔女人霸气范 2024-08-24 12:23:31

Dee,一个 python 库,包括项目、重命名、连接、限制(选择),甚至划分...

http: //www.quicksort.co.uk/

Dee, a python library including project, rename, join, restriction (select), and even divide...

http://www.quicksort.co.uk/

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