DrHyde / perl-modules-DBIx-Class-QueryLog-WithStackTrace

A subclass of DBIx::Class::QueryLog that adds a stack trace to every query logged so you can see where they're coming from in your application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ths module extends DBIx::Class::QueryLog to add a stack trace to
each item in the log so you can see where queries are coming from in
your application.

To install, do the usual:
	perl Makefile.PL
	make
	make test
	make install

You may use, modify and distribute this code under the terms of either
the Artistic Licence or the GNU General Public Licence version 2 - it's up
to you which one you choose.  The full text of both licences is available
in the files ARTISTIC.txt and GPL2.txt.

About

A subclass of DBIx::Class::QueryLog that adds a stack trace to every query logged so you can see where they're coming from in your application


Languages

Language:Perl 100.0%