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 "dist:DBIx-Cookbook RIBASUSHI"

DBIx::Cookbook - executable cookbook code for DBI(-based ORMs)? River stage zero No dependents

DBIx::Cookbook is a working cookbook of code for DBI-based ORMs. It is based on the Sakila database schema (<http://dev.mysql.com/doc/sakila/en/sakila.html>). Currently, the majority of code is for DBIx::Class but all ORMs are encouraged to contribut...

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC

lib/DBIx/Cookbook/DBIC/Command/grouping.pm River stage zero No dependents

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC

lib/DBIx/Cookbook/DBIC/Command/stored_proc.pm River stage zero No dependents

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC

DBIx::Cookbook::Recipe::Searching::grouping - GROUP BY River stage zero No dependents

SELECT first_name, last_name, COUNT(film_actors.actor_id) FROM actor INNER JOIN film_actors USING (actor_id) GROUP BY film_actors.actor_id Sample Usage: shell> ${orm}_cmd grouping # orm = dbic, skinny, rose, etc...

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC

DBIx::Cookbook::Recipe::Searching::get_column - get all values in a column River stage zero No dependents

SELECT title FROM film_text Sample Usage: shell> ${orm}_cmd get_column # orm = dbic, skinny, rose, etc...

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC
5 results (0.027 seconds)