CPAN 是否有不依赖于 DBI 的 SQLite 模块?

发布于 2024-12-27 09:34:59 字数 440 浏览 0 评论 0原文

我需要能够从 Perl 代码查询 SQLite DB。

不幸的是,该平台没有 DBI,更不用说 DBD::SQLite 和我的系统管理员在这方面让我的生活变得困难。

如果我可以简单地使 DBIDBD::SQLite 成为我的代码库的一部分,那就太好了,但看起来它需要通过 cpan< 运行/code> 让它工作。

那么,是否有任何我可以使用的独立于 DBI 的模块(无双关语)

I need to be able to query a SQLite DB from my Perl code.

Unfortunately, the platform does not have DBI, let alone DBD::SQLite and my sysadmin has made life difficult for me in this regard.

It would be nice if I could simply make DBI and DBD::SQLite a part of my codebase, but it looks like it needs to be run through cpan for it to work.

So, it there any DBI-independent module (no pun intended) that I can make use of?

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

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

发布评论

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

评论(1

画▽骨i 2025-01-03 09:34:59

这篇文章会对您有帮助吗?看起来类似的讨论。

http://www.perlmonks.org/?node_id=619077

Will this thread will be helpful to you? looks like similar discussion.

http://www.perlmonks.org/?node_id=619077

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