如何在 Perl 6 中使用 SQLite?
我想开始涉足 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(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.