Hash-Storage:( PRE ALPHA 原型) 多用途持久哈希存储

时间:2021-06-18 11:54:40
【文件属性】:
文件名称:Hash-Storage:( PRE ALPHA 原型) 多用途持久哈希存储
文件大小:12KB
文件格式:ZIP
更新时间:2021-06-18 11:54:40
Perl 名称 Hash::Storage - 持久性哈希存储框架 模块处于开发阶段。 不要使用它。 概要 my $st = Hash::Storage->new( driver => [ OneFile => { serializer => 'JSON', file => '/tmp/t.json' } ] ); # Store hash by id $st->set( 'user1' => { name => 'Viktor', gender => 'M', age => '28' } ); # Get hash by id my $user_data = $st->get('user1'); # Delete hash by id $st->del('user1'); 描述 Hash::Storage 是一个多用途的哈希存储。 您可以将 Hash::Storage 对象视为散列的
【文件预览】:
Hash-Storage-master
----MANIFEST(363B)
----README.pod(3KB)
----t()
--------04-copier.t(2KB)
--------03-driver-memory-autotest.t(323B)
--------01-driver-one_file-autotest.t(375B)
--------02-driver-files-autotest.t(390B)
----Makefile.PL(793B)
----ignore.txt(122B)
----lib()
--------Hash()
----Changes(137B)

网友评论