gpt4 book ai didi

database - perl 是否有任何数据库实现

转载 作者:行者123 更新时间:2023-12-04 16:42:03 26 4
gpt4 key购买 nike

关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。












想改进这个问题?将问题更新为 on-topic对于堆栈溢出。

1年前关闭。




Improve this question




有没有实现数据库功能且​​易于使用的perl模块。我不需要用于连接某些数据库产品的模块。我需要用 perl 编写简单的数据库。

谢谢。

最佳答案

我建议使用 DBD::SQLite .这是一个独立的数据库管理系统,不依赖于外部二进制文件(与大多数其他 DBI 驱动程序不同)。它有很好的选择,例如创建内存数据库。

SQLite是一个开源 RDBMS,它实现了 SQL ANSI 标准的重要子集。
DBD::SQLite是合法的DBI驱动,所以符合大DBI module的API ,这是数据库事实上的 Perl 标准接口(interface)。

从文档中:

DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else.

关于database - perl 是否有任何数据库实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59023011/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com