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 "module:DBI::Record"

Jifty::DBI::Record - Superclass for records loaded by Jifty::DBI::Collection River stage one • 4 direct dependents • 6 total dependents

Jifty::DBI::Record encapsulates records and tables as part of the Jifty::DBI object-relational mapper....

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Jifty::DBI::Record::Plugin - Record model mixins for Jifty::DBI River stage one • 4 direct dependents • 6 total dependents

By using this package you may provide models that are built from one or more mixins. In fact, your whole table could be defined in the mixins without a single column declared within the model class itself. MODEL MIXINS To build a mixin, just create a...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Jifty::DBI::Record::Cachable - records with caching behavior River stage one • 4 direct dependents • 6 total dependents

This module subclasses the main Jifty::DBI::Record package to add a caching layer. The public interface remains the same, except that records which have been loaded in the last few seconds may be reused by subsequent fetch or load methods without ret...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Jifty::DBI::Record::Memcached - records with caching behavior River stage one • 4 direct dependents • 6 total dependents

This module subclasses the main Jifty::DBI::Record package to add a caching layer. The public interface remains the same, except that records which have been loaded in the last few seconds may be reused by subsequent get or load methods without retri...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Tie::DBI - Tie hashes to DBI relational databases River stage one • 1 direct dependent • 2 total dependents

This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes the hash key. Each row of the table becomes an asso...

TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC

lib/DBI/Easy/Record.pm River stage one • 1 direct dependent • 3 total dependents

APLA/DBI-Easy-0.24 - 12 Jan 2012 02:54:57 UTC

lib/DBI/Easy/Record/Collection.pm River stage one • 1 direct dependent • 3 total dependents

APLA/DBI-Easy-0.24 - 12 Jan 2012 02:54:57 UTC

Data::Record::Serialize::Encode::dbi - store a record in a database River stage zero No dependents

Data::Record::Serialize::Encode::dbi writes a record to a database using DBI. It performs both the Data::Record::Serialize::Role::Encode and Data::Record::Serialize::Role::Sink roles. You cannot construct this directly. You must use "new" in Data::Re...

DJERIUS/Data-Record-Serialize-Encode-dbi-1.05 - 24 Sep 2023 04:10:34 UTC

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

CTK::DBI - Database independent interface for CTKlib River stage one • 2 direct dependents • 2 total dependents

For example: print($mso->field("select sysdate() from dual")); new # MySQL connect my $mso = CTK::DBI->new( -dsn => 'DBI:mysql:database=TEST;host=192.168.1.1', -user => 'login', -pass => 'password', -connect_to => 5, -request_to => 60 #-attr => {}, #...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC

SAL::DBI - Database abstraction for SAL River stage zero No dependents

SELCOMB/SAL-3.03 - 01 Jul 2005 01:12:02 UTC

DBI::Log - Log all DBI queries River stage zero No dependents

You can use this module to log all queries that are made with DBI. You can include it in your script with `use DBI::Log` or use the "-M" option for "perl" to avoid changing your code at all. By default, it will send output to "STDERR", which is usefu...

JACOBG/DBI-Log-0.11 - 31 Jan 2023 16:25:19 UTC

DBI::Easy - yet another perl ORM for SQL databases River stage one • 1 direct dependent • 3 total dependents

DBI::Easy is another ORM, aimed at making the life of the developer using it a lot easier....

APLA/DBI-Easy-0.24 - 12 Jan 2012 02:54:57 UTC

DB::Ent - Database Entity Layer River stage zero No dependents

This module presents an interface to an entity-centric database schema, providing all necessary methods to create, discover and manipulate entities and associated data. The schema consists of 4 basic element storage types: 1) entities, 2) attributes,...

ECALDER/DB-Ent-1.63 - 24 Jun 2003 04:34:13 UTC

Jifty::DBI - An object-relational persistence framework River stage one • 4 direct dependents • 6 total dependents

Jifty::DBI deals with databases, so that you don't have to. This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accessible database. This module is the direct descendant of DBIx::SearchBuilder. If you're famili...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Audit::DBI - Audit data changes in your code and store searchable log records in a database. River stage one • 1 direct dependent • 1 total dependent

AUBERTG/Audit-DBI-v1.9.0 - 21 Mar 2017 05:44:36 UTC

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 946 direct dependents • 2083 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

Queue::DBI - A queueing module with an emphasis on safety, using DBI as a storage system for queued data. River stage zero No dependents

AUBERTG/Queue-DBI-v2.7.0 - 23 Mar 2017 06:26:51 UTC

SPOPS::DBI - Implement SPOPS class, serializing into a DBI database River stage one • 2 direct dependents • 2 total dependents

This SPOPS class is not meant to be used directly. Instead, you inherit certain methods from it while implementing your own. Your module should implement: * (optional) Methods to sort member objects or perform operations on groups of them at once. * ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
81 results (0.053 seconds)