CPAN 是否有不依赖于 DBI 的 SQLite 模块?
我需要能够从 Perl 代码查询 SQLite DB。
不幸的是,该平台没有 DBI
,更不用说 DBD::SQLite
和我的系统管理员在这方面让我的生活变得困难。
如果我可以简单地使 DBI
和 DBD::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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章会对您有帮助吗?看起来类似的讨论。
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