The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "DBIx::Simple"

DBIx::Simple - Very complete easy-to-use OO interface to DBI River stage two • 21 direct dependents • 27 total dependents

DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. This module is aimed at rapid development and easy maintenance. Query preparation and execution are combined in a single method, the result object (which is a wrapp...

JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTC - Search in distribution

DBIx::Simple::OO River stage zero No dependents

This module provides a possibility to retrieve rows from a database as objects, rather than the traditional "array ref" or "hash ref". This provides all the usual benefits of using objects over plain references for accessing data, as well as allowing...

BINGOS/DBIx-Simple-OO-0.03 - 28 Aug 2013 15:08:01 UTC - Search in distribution

DBIx::Simple::Class - Advanced object construction for DBIx::Simple! River stage one • 1 direct dependent • 1 total dependent

DBIx::Simple::Class is a database table/row abstraction. At the same time it is not just a fancy representation of a table row like DBIx::Simple::Result::RowObject. Using this module will make your code more organized, clean and reliable (separation ...

BEROV/DBIx-Simple-Class-1.009 - 21 Mar 2015 10:33:59 UTC - Search in distribution

DBIx::SQLite::Simple - easy access to SQLite databases using objects River stage zero No dependents

GOMOR/DBIx-SQLite-Simple-0.35 - 04 Jan 2015 16:02:51 UTC - Search in distribution

DBIx::Simple::Inject - Injects DBIx::Simple methods into DBI River stage zero No dependents

DBIx::Simple::Inject is-a DBI::db. This module injects DBIx::Simple power into DBI itself. So you can use this module directly or via "RootClass". use DBIx::Simple::Inject; my $dbh = DBIx::Simple::Inject->connect( ... ); or use DBI; my $dbh = DBI->co...

TOMITA/DBIx-Simple-Inject-0.04 - 27 Oct 2012 08:33:53 UTC - Search in distribution

DBIx::Simple::UTF8Columns - Force UTF-8 flag for DBIx::Simple data River stage zero No dependents

This module allows you to use string with UTF-8 flag (aka Unicode flag) as any arguments and results of DBIx::Simple. Also you can specify the encoding of database other than UTF-8....

BANB/DBIx-Simple-UTF8Columns-0.03 - 13 Jul 2007 07:49:03 UTC - Search in distribution

DBIx::Simple::Concrete - monkey-patch DBIx::Simple to use SQL::Concrete River stage zero No dependents

The recommended way to use SQL::Concrete is via its DBIx::Simple integration, which provides an excellent alternative to plain DBI access. But by loading this module instead (or after) DBIx::Simple, a "cquery" method will be added to it which integra...

ARISTOTLE/DBIx-Simple-Concrete-1.007 - 01 Sep 2022 22:07:13 UTC - Search in distribution

DBIx::Simple::Interpol - monkey-patch DBIx::Simple to use SQL::Interpol River stage zero No dependents

The recommended way to use SQL::Interpol is via its DBIx::Simple integration, which provides an excellent alternative to plain DBI access. Ordinarily, the "iquery" method in DBIx::Simple integrates SQL::Interp. But by loading this module instead (or ...

ARISTOTLE/DBIx-Simple-Interpol-1.007 - 01 Sep 2022 22:07:25 UTC - Search in distribution

DBIx::Simple::DataSection - executes the sql in the __DATA__ section River stage zero No dependents

DBIx::Simple::DataSection is a simple DBIx::Simple wrapper module which allows you to execute the sql defined in __DATA__ section....

KITANO/DBIx-Simple-DataSection-0.02 - 25 Oct 2010 09:47:44 UTC - Search in distribution

DBIx::Class::Bootstrap::Simple - Simplistic bootstrapping for DBIx::Class River stage zero No dependents

MJFLICK/DBIx-Class-Bootstrap-Simple-0.03 - 08 Dec 2012 20:03:58 UTC - Search in distribution

lib/DBIx/Cookbook/Simple.pm River stage zero No dependents

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

DBIx::SimplePerl - Perlish access to DBI River stage zero No dependents

LANDMAN/DBIx-SimplePerl-1.95 - 21 Mar 2010 17:52:47 UTC - Search in distribution

DBIx::SimpleQuery - Query databases using as little code as possible River stage zero No dependents

DBIx::SimpleQuery is designed for anyone who wants to run specific SQL commands against a database with as little surrounding structure as possible. It exports two functions, query and qs (quote-string), which allow you to include SQL in your code wi...

SSIMMS/DBIx-SimpleQuery-0.05 - 24 Feb 2011 23:51:10 UTC - Search in distribution

DBIx::SimpleMigration - extremely simple DBI migrations River stage zero No dependents

This is a very simple module to simplify schema updates in a larger application. This will scan a directory of SQL files and execute them on a supplied DBI handle. Files are executed in order and inside transactions for safety. The module will create...

CDANIEL/DBIx-SimpleMigration-1.0.2 - 29 Dec 2016 01:44:47 UTC - Search in distribution

DBIx::SimpleGoBetween - DBI Wrapper interface River stage zero No dependents

DBIx::SimpleGoBetween acts as a go between for DBI and any other development interfaces you use. This package has no iterators, no error checking. It simply returns the result sets in one of many data structure formants. Odds are your result does not...

AKALINUX/DBIx-SimpleGoBetween-1.003 - 21 Oct 2010 20:26:53 UTC - Search in distribution

lib/DBIx/SimpleDBI.pm River stage zero No dependents

MHAT/DBIx-DBObj-1.00 - 10 Dec 2003 21:33:12 UTC - Search in distribution

DBIx::Wrapper::VerySimple - Simplify use of DBI River stage zero No dependents

Provides a wrapper around DBI. Note: the reason we don't test the connection and attempt to reconnect is that this module is most likely used in a web environment with mod_perl and Apache::DBI, and Apache::DBI will attempt to reconnect if the databas...

MATISSE/DBIx-Wrapper-VerySimple-0.051 - 02 Nov 2006 04:15:50 UTC - Search in distribution

DBIx::Class::Helper::SimpleStats - Simple grouping and aggregate functions for DBIx::Class River stage zero No dependents

This is a simple helper method for DBIx::Class resultsets to run simple aggregate queries....

RRWO/DBIx-Class-Helper-SimpleStats-v0.1.3 - 31 Aug 2019 22:28:53 UTC - Search in distribution

SQL::Translator::Producer::DBIx::Class::File::Simple - DBIx::Class file producer River stage zero No dependents

Creates a DBIx::Class::Schema for use with DBIx::Class IF no_comments == 0,it won't print detail for columns,whereas if no_comments == 1 ,it will. For most cases,we need not those detail information....

DONGYI/SQL-Translator-Producer-DBIx-Class-File-Simple-0.1 - 26 Jun 2006 02:51:13 UTC - Search in distribution

lib/DBIx/Foo/SimpleQuery.pm River stage one • 1 direct dependent • 1 total dependent

MIKET/DBIx-Foo-0.03 - 22 Feb 2013 10:57:57 UTC - Search in distribution
455 results (0.187 seconds)