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

Search results for "module:DBIx::Perlish"

DBIx::Perlish - a perlish interface to SQL databases River stage zero No dependents

The "DBIx::Perlish" module provides the ability to work with databases supported by the "DBI" module using Perl's own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using "DBIx::Perlish", you can write most of your dat...

KARASIK/DBIx-Perlish-1.07 - 07 May 2023 17:54:12 UTC

lib/DBIx/Perlish/Parse.pm River stage zero No dependents

KARASIK/DBIx-Perlish-1.07 - 07 May 2023 17:54:12 UTC

DBIx::DR::PerlishTemplate - template engine for DBIx::DR. River stage zero No dependents

UNERA/DBIx-DR-0.32 - 18 Apr 2017 20:23:15 UTC

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

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

DBIx::Brev - Brevity is the soul of wit. Swiss-Army chainsaw for perl-DB one liners and to make code laconic and focused :). Very handy and very perlish set of subroutines to make you happy while working with database! River stage zero No dependents

DBIx::Brev provides framework for using DBI in more convenient way: 1) Establish connection using db aliases, setup in config file provided by Config::General (apache style) 2) Keep & reestablish connection automatically using DBIx::Connector facilit...

OKHARCH/DBIx-Brev-0.02 - 15 Oct 2013 07:31:11 UTC

DBIx::DBFlow - Database development helpers River stage zero No dependents

JLMARTIN/DBIx-DBFlow-0.03 - 25 Nov 2021 18:03:52 UTC

DBIx::Class::InflateColumn::Boolean - Auto-create boolean objects from columns. River stage zero No dependents

Perl does not have a native boolean data type by itself, it takes certain several scalar values as "false" (like '', 0, 0.0) as well as empty lists and "undef", and everything else is "true". It is also possible to set the boolean value of an object ...

GRAF/DBIx-Class-InflateColumn-Boolean-0.003000 - 02 Feb 2016 23:08:26 UTC

DBIx::Class::ResultSet::AccessorsEverywhere - Component for DBIx::Class that allows the use of accessor names in search/create/etc River stage zero No dependents

package Schema::ResultSet::User; use parent 'DBIx::Class::ResultSet'; __PACKAGE__->load_components('AccessorsEverywhere'); 1; package Schema::Result::User; use parent qw/DBIx::Class::Core/; __PACKAGE__->table("users"); __PACKAGE__->add_columns( id =>...

MGRIMES/DBIx-Class-ResultSet-AccessorsEverywhere-0.10 - 25 Apr 2016 12:37:56 UTC
8 results (0.028 seconds)