The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::DBI - Catmandu tools to communicate with DBI based interfaces

SYNOPSIS

    # From the command line 

    # Export data from a relational database
    $ catmandu convert DBI --dsn dbi:mysql:foobar --user foo --password bar --query "select * from table"
    
    # Import data into a relational database
    $ catmandu import JSON to DBI --data_source dbi:SQLite:mydb.sqlite < data.json

    # Export data from a relational database
    $ catmandu export DBI --data_source dbi:SQLite:mydb.sqlite to JSON

MODULES

Catmandu::Importer::DBI

Catmandu::Store::DBI

AUTHORS

Nicolas Franck <nicolas.franck at ugent.be>

Patrick Hochstenbach <patrick.hochstenbach at ugent.be>

Vitali Peil <vitali.peil at uni-bielefeld.de>

Nicolas Steenlant <nicolas.steenlant at ugent.be>

SEE ALSO

Catmandu, Catmandu::Importer , Catmandu::Store::DBI