Help for this page
~$ perl -It/lib -MDBICTest -e ' DBICTest->init_schema->resultset("Artist")->populate([{ ... }] }]) '
~$ DBIC_TRACE_PROFILE=console perl -It/lib -MDBICTest -e ' my $s = DBICTest->init_schema; ... INSERT INTO track( cd, position, title ) VALUES( '666', '1', 'eeeh' ) COMMIT