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

GnuCash::Schema - Schema generated using dbicdump

SYNOPSIS

    use GnuCash::Schema;

    my $schema = GnuCash::Schema->connect("dbi:SQLite:/path/to/file.gnucash");

    my $account = $schema->resultset->('Account')->search()->first();

DESCRIPTION

This module and all the GnuCash::Schema::Result modules were auto generated by running the following:

    dbicdump -o dump_directory=./lib -o components='["InflateColumn::DateTime"]' GnuCash::Schema dbi::SQLite:/path/to/sample.gnucash