Group
Extension

Matches 3

DBI ( H/HM/HMBRAND/DBI-1.647.tgz, HMBRAND, 2025; MetaCPAN )
DBI/lib/DBD/DBM.pm ( view source; 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
DBI ( H/HM/HMBRAND/DBI-1.647.tgz, HMBRAND, 2025; MetaCPAN )
DBI/lib/DBI/DBD/SqlEngine/Developers.pod ( view source; MetaCPAN )
 => "/path/to/dbm/databases",
      dbm_type => "BerkeleyDB",
      dbm_mldbm => "JSON", # use MLDBM::Serializer::JSON
      dbm_tables => {
	  quick => {
	      dbm_type => "GDBM_File",
	      dbm_ML
_File> backend and
L<FreezeThaw> as serializer instead of the overall default L<BerkeleyDB> and
L<JSON>. B<But> all files containing the table data have to be searched in
C<< $dbh->{f_dir} >>, which r
DBI ( H/HM/HMBRAND/DBI-1.647.tgz, HMBRAND, 2025; MetaCPAN )
DBI/lib/DBI/Changes.pm ( view source; MetaCPAN )
 van Eeden
    Upgrade GIMME to GIMME_V
        thanks to Daniƫl van Eeden
    Do not check with JSON::XS with perl-5.022 and later
        thanks to H.Merijn Brand
    Makefile.PL allows gcc-10 and 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.