文件名称:Test-mongod:扔掉MongoDB实例
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-09 11:32:18
Perl
名称 Test :: mongod-运行MongoDB的临时实例 概要 use Test::mongod; my $mongod = Test::mongod->new; # thats it, you get a mongod server on a random port and in a /tmp dir ... more $mongod->port; # get the port the server is listening on $mongod->dbpath; # get the db dir 描述 Test :: mongod自动设置MongoDB的临时实例,并在脚本结束时销毁它。 最新版本始终在这是ALPHA代码。 方法 new my $mongod = Test::mongod->new; 这将创建一个Test::mongod的新实例,并实例化一个临时
【文件预览】:
Test-mongod-master
----.gitignore(67B)
----Changes(502B)
----t()
--------etc()
--------basic.t(471B)
----Build.PL(150B)
----LICENSE(18KB)
----README.md(2KB)
----META.json(2KB)
----lib()
--------Test()
----cpanfile(268B)
----dist.ini(9B)