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