如何在 Perl 6 中使用 SQLite?

发布于 2024-12-05 21:25:14 字数 428 浏览 1 评论 0原文

我想开始涉足 Perl 6。我的编程很大一部分涉及 SQLite 数据库。看起来在 Perl 6 中使用 SQLite 已经投入了工作,但我能找到的大多数信息都是旧的且模糊的。

我在此处看到一个“perl6-sqlite”模块,但它被标记为[旧]并且几乎没有什么内容。我还看到 对一个基于与 Java 相关的新 DBI,但大部分讨论都是去年的,目前还不清楚是否有一些东西可以工作。

那么目前是否有一种公认的方法在 Perl 6 中使用 SQLite 呢?

I want to start dabbling in Perl 6. A large percentage of my programming involves SQLite databases. It looks like work has been put into using SQLite in Perl 6, but most of the info I can find is old and vague.

I see a "perl6-sqlite" module here, but it's marked as [old] and has very little to it. I've also seen references to a new DBI based on something to do with Java, but most of that talk is from last year and it's unclear whether there's something that works.

So is there currently an accepted way to use SQLite within Perl 6?

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

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

发布评论

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

评论(1

我不是你的备胎 2024-12-12 21:25:14

(2015 年 1 月更新):来自 https://github.com/perl6/DBIish/ 的 DBIish 有对 SQLite 和 PostgreSQL 的良好支持,对 mysql 的支持有限。

自述文件展示了如何将其与 SQLite 后端一起使用。

(Updated 2015-01): DBIish from https://github.com/perl6/DBIish/ has decent support for SQLite and PostgreSQL, and limited support for mysql.

The README shows how to use it with an SQLite backend.

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