From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

GnuCash::Schema - Schema generated using dbicdump

SYNOPSIS

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