kioku

Perl module for object persistence

Install

All systems
curl cmd.cat/kioku.sh
Debian Debian
apt-get install libkiokudb-perl
Ubuntu
apt-get install libkiokudb-perl
image/svg+xml Kali Linux
apt-get install libkiokudb-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libkiokudb-perl
Raspbian
apt-get install libkiokudb-perl

libkiokudb-perl

Perl module for object persistence

KiokuDB is a Moose based frontend to various data stores, somewhere in between Tangram and Pixie. Its purpose is to provide persistence for "regular" objects with as little effort as possible, without sacrificing control over how persistence is actually done, especially for harder to serialize objects. KiokuDB is also non-invasive: it does not use ties, AUTOLOAD, proxy objects, sv_magic or any other type of trickery. Many features important for proper Perl space semantics are supported, including shared data, circular structures, weak references, tied structures, etc.