Search results for "module:DBIx::Simple"
DBIx::Simple - Very complete easy-to-use OO interface to DBI
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
DBIx::Simple::OO
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
DBIx::SQLite::Simple - easy access to SQLite databases using objects
GOMOR/DBIx-SQLite-Simple-0.35
-
04 Jan 2015 16:02:51 UTC
DBIx::Simple::Interpol - monkey-patch DBIx::Simple to use SQL::Interpol
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
DBIx::Simple::Concrete - monkey-patch DBIx::Simple to use SQL::Concrete
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
DBIx::Simple::UTF8Columns - Force UTF-8 flag for DBIx::Simple data
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
DBIx::Simple::Inject - Injects DBIx::Simple methods into DBI
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
DBIx::Simple::DataSection - executes the sql in the __DATA__ section
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
DBIx::SQLite::Simple::Table - superclass only used to handle SQL tables
GOMOR/DBIx-SQLite-Simple-0.35
-
04 Jan 2015 16:02:51 UTC
DBIx::Simple::Class::Schema - Create and use classes representing tables from a database
DBIx::Simple::Class::Schema automates the creation of classes from database tables. You can use it when you want to prototype quickly your application. It is also very convenient as an initial generator and dumper of your classes representing your da...
BEROV/DBIx-Simple-Class-1.009 - 21 Mar 2015 10:33:59 UTC
DBIx::Class::Bootstrap::Simple - Simplistic bootstrapping for DBIx::Class
MJFLICK/DBIx-Class-Bootstrap-Simple-0.03
-
08 Dec 2012 20:03:58 UTC
DBIx::Simple::Result::RowObject - Simple result row object class
This class is the default for the "object" and "objects" result object methods. Mainly, it provides syntactic sugar at the expense of performance. Instead of writing my $r = $db->query('SELECT foo, bar FROM baz')->hash; do_something_with $r->{foo}, $...
JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTC
DBIx::SimpleQuery - Query databases using as little code as possible
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
DBIx::SimpleMigration - extremely simple DBI migrations
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
DBIx::SimpleGoBetween - DBI Wrapper interface
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
DBIx::SimpleQuery::Object - An object containing the results of a DBIx::SimpleQuery::query.
DBIx::SimpleQuery::Object is a background module that allows a programmer to interact with the results of a query without having to resort to a structure like: my $first_row_id = @{$results_arrayhashref}->[0]->{"user_id"}; Instead, it overloads the s...
SSIMMS/DBIx-SimpleQuery-0.05 - 24 Feb 2011 23:51:10 UTC