1DBIx::Class::Storage::DUesbeurg:C:oPnrtertitbyuTtDreBadIcxeP:(e:3rC)llaDsosc:u:mSetnotraatgieo:n:Debug::PrettyTrace(3)
2
3
4

NAME

6       DBIx::Class::Storage::Debug::PrettyTrace - Pretty Tracing DebugObj
7

SYNOPSIS

9        DBIC_TRACE_PROFILE=~/dbic.json perl -Ilib ./foo.pl
10
11       Where dbic.json contains:
12
13        {
14          "profile":"console",
15          "show_progress":1,
16          "squash_repeats":1
17        }
18

METHODS

20   new
21        my $pp = DBIx::Class::Storage::Debug::PrettyTrace->new({
22          show_progress  => 1,             # tries it's best to make it clear that a SQL
23                                           # statement is still running
24          executing      => '...',         # the string that is added to the end of SQL
25                                           # if show_progress is on.  You probably don't
26                                           # need to set this
27          clear_line     => '<CR><ESC>[J', # the string used to erase the string added
28                                           # to SQL if show_progress is on.  Again, the
29                                           # default is probably good enough.
30
31          squash_repeats => 1,             # set to true to make repeated SQL queries
32                                           # be ellided and only show the new bind params
33          # any other args are passed through directly to SQL::Abstract::Tree
34        });
35

FURTHER QUESTIONS?

37       Check the list of additional DBIC resources.
38
40       This module is free software copyright by the DBIx::Class (DBIC)
41       authors. You can redistribute it and/or modify it under the same terms
42       as the DBIx::Class library.
43
44
45
46perl v5.34.0                      20D2B2I-x0:1:-C2l1ass::Storage::Debug::PrettyTrace(3)
Impressum