DBI
(
H/HM/HMBRAND/DBI-1.647.tgz, HMBRAND, 2025;
MetaCPAN
)
was
tested both with and without MLDBM and with the Data::Dumper,
Storable, FreezeThaw, YAML and JSON serializers using the DBI::SQL::Nano
or the SQL::Statement engines.
=head1 QUICK START
DBD::DBM
serialization methods or
other serialization modules (e.g. L<YAML::MLDBM> or
L<MLDBM::Serializer::JSON>. You select the serializer using the
I<dbm_mldbm> attribute.
Some examples:
$dbh=DBI->connect
Requires L<YAML::MLDBM> installation.
=item JSON
Portable, fast serializer (between languages but not architectures).
Requires L<MLDBM::Serializer::JSON> installation.
=back
=head4 dbm_store_meta