The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dbix::class::querylog"

DBIx::Class::QueryLog - Log queries for later analysis. River stage two • 8 direct dependents • 14 total dependents

FREW/DBIx-Class-QueryLog-1.005001 - 08 Dec 2015 23:44:12 UTC - Search in distribution

DBIx::Class::QueryLog::Tee - Log to multiple QueryLogs at a time River stage zero No dependents

Sometimes you want to see what queries you are running without having to look at database logs or the console that your app is running on (if it even is running on a console.) But what if you want to add tooling to, eg, count queries per web request,...

FREW/DBIx-Class-QueryLog-Tee-0.001001 - 29 Aug 2016 04:48:52 UTC - Search in distribution

DBIx::Class::QueryLog::Conditional - Disable QueryLogger instead of all query logging River stage zero No dependents

When you use DBIx::Class::QueryLog::Tee you will likely find that suddenly you are logging everything. Before "::Tee" came along your console was inconsolable, dispondant; you never heard from it again. After using "::Tee" suddenly your silent, moros...

FREW/DBIx-Class-QueryLog-Conditional-0.001000 - 28 Feb 2014 14:58:33 UTC - Search in distribution

DBIx::Class::QueryLog::WithStackTrace River stage zero No dependents

A subclass of DBIx::Class::QueryLog that adds a stacktrace to the logs...

DCANTRELL/DBIx-Class-QueryLog-WithStackTrace-1.0 - 16 May 2012 11:40:03 UTC - Search in distribution

DBIx::QueryLog - Logging queries for DBI River stage one • 1 direct dependent • 1 total dependent

DBIx::QueryLog logs each execution time and the actual query. Currently, it works with DBD::mysql, DBD::Pg and DBD::SQLite....

XAICRON/DBIx-QueryLog-0.42 - 01 Feb 2019 17:46:58 UTC - Search in distribution

DBIx::Class::Manual::Cookbook - Miscellaneous recipes River stage three • 346 direct dependents • 455 total dependents

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Harbinger::Client - Impend all the doom you could ever want ⚔ River stage zero No dependents

After reading The Mature Optimization Handbook <http://carlos.bueno.org/optimization/mature-optimization.pdf>, in a fever dream of hubris, I wrote "Harbinger::Client" and Harbinger::Server <https://github.com/frioux/Harbinger>. They have both served ...

FREW/Harbinger-Client-0.001002 - 25 Apr 2015 18:54:40 UTC - Search in distribution

Task::BeLike::SONGMU - modules I use River stage zero No dependents

SONGMU's favorite modules using at work....

SONGMU/Task-BeLike-SONGMU-20140805.000 - 05 Aug 2014 05:23:58 UTC - Search in distribution

Book::Chinese::MasterPerlToday::BeACPANTester - Be a CPAN Tester River stage zero No dependents

本章主要描述如何配置 CPAN 和成为一个 CPAN 测试者。 配置 CPAN 当你安装 Perl 完毕之后,在命令行状态下输入 $ cpan 会出现类似如下的东西 E:\Fayland\chinese-perl-book>cpan cpan shell -- CPAN exploration and modules installation (v1.94) ReadLine support enabled cpan> 这将表明您已经成功安装了 CPAN 模块。 * 配置 CPAN 在 cpan...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

Catalyst::Model::DBIC::Schema - DBIx::Class::Schema Model Class River stage two • 48 direct dependents • 61 total dependents

This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is crea...

HAARG/Catalyst-Model-DBIC-Schema-0.66 - 30 Jul 2023 07:49:33 UTC - Search in distribution

Catalyst::Plugin::DBIC::ConsoleQueryLog - Log DBIC queries and timings to the console River stage zero No dependents

This is a very basic console logger for DBIx::Class::QueryLog::Analyzer, which you might be using in Catalyst via Catalyst::TraitFor::Model::DBIC::Schema::QueryLog in order to get tracing and performance information on you SQL calls. You must be usin...

JJNAPIORK/Catalyst-Plugin-DBIC-ConsoleQueryLog-0.002 - 30 Oct 2017 17:56:13 UTC - Search in distribution

Plack::Debugger::Panel::DBIC::QueryLog - DBIC query log panel for Plack::Debugger River stage zero No dependents

This module provides a DBIC QueryLog panel for Plack::Debugger with query alaysis performed by DBIx::Class::QueryLog::Analyzer (by default). For full details of how to setup Catalyst to use this panel and also for a full background of the design of t...

SYSPETE/Plack-Debugger-Panel-DBIC-QueryLog-0.002 - 08 Jul 2016 10:58:24 UTC - Search in distribution

Plack::Middleware::Debug::DBIC::QueryLog - DBIC Query Log and Query Analyzer River stage one • 1 direct dependent • 1 total dependent

DBIx::Class::QueryLog is a tool in the DBIx::Class software ecosystem which benchmarks queries. It lets you log the SQL that DBIx::Class is generating, along with bind variables and timestamps. You can then pass the querylog object to an analyzer (su...

JJNAPIORK/Plack-Middleware-Debug-DBIC-QueryLog-0.09 - 30 Nov 2011 14:14:19 UTC - Search in distribution

Plack::Middleware::DBIC::QueryLog - Expose a DBIC QueryLog Instance in Middleware River stage one • 3 direct dependents • 4 total dependents

Plack::Middleware::DBIC::QueryLog does one thing, it places an object that is either an instance of DBIx::Class::QueryLog OR a compatible object into the $env under "plack.middleware.dbic.querylog". A new instance is created for each incoming request...

JJNAPIORK/Plack-Middleware-DBIC-QueryLog-0.05 - 27 Nov 2011 06:23:24 UTC - Search in distribution

Catalyst::Model::DBIC::Schema::QueryLog - (DEPERCATED) DBIx::Class::QueryLog Model Class River stage zero No dependents

Generally, you should check the document of Catalyst::Model::DBIC::Schema. this module extends it, and only provide extra two methods below....

FAYLAND/Catalyst-Model-DBIC-Schema-QueryLog-0.10 - 17 Jun 2009 03:35:18 UTC - Search in distribution

Catalyst::TraitFor::Model::DBIC::Schema::QueryLog - DBIx::Class::QueryLog support for Catalyst::Model::DBIC::Schema River stage zero No dependents

check Catalyst::Model::DBIC::Schema for more details Enable DBIx::Class::QueryLog support for Catalyst::Model::DBIC::Schema. METHODS querylog an instance of DBIx::Class::QueryLog. querylog_analyzer an instance of DBIx::Class::QueryLog::Analyzer. quer...

FAYLAND/Catalyst-TraitFor-Model-DBIC-Schema-QueryLog-0.03 - 13 Jan 2010 02:30:49 UTC - Search in distribution

Catalyst::TraitFor::Model::DBIC::Schema::QueryLog::AdoptPlack - Use a Plack Middleware QueryLog River stage zero No dependents

This is a trait for Catalyst::Model::DBIC::Schema which adopts a Plack created DBIx::Class::QueryLog and logs SQL for a given request cycle. It is intended to be compatible with Catalyst::TraitFor::Model::DBIC::Schema::QueryLog which you may already ...

JJNAPIORK/Catalyst-TraitFor-Model-DBIC-Schema-QueryLog-AdoptPlack-0.07 - 29 Feb 2012 04:46:36 UTC - Search in distribution
17 results (0.078 seconds)