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

Search results for "module:DBIx::Wrap"

DBIx::Wrap - Object oriented wrapper around DBI. River stage zero No dependents

This module is a wrapper around the DBI database class. It simplifies database querying. You may use this as a base class for a derived class that operates on a specific kind of database....

EMRYS/DBIx-Wrap-1.00 - 02 Oct 2003 15:07:08 UTC

DBIx::Class::Journal::EvalWrap - Wrap all journal ops with an eval { } River stage zero No dependents

This component is a wrapper for the row methods in <DBIx:Class::Journal> that aides in retrofitting a schema for journaling, by wrapping all the journal CRUD operations with a "local $@; eval { ... }}." This is desirable if you'd rather lose journal ...

FREW/DBIx-Class-Journal-0.900201 - 30 Sep 2014 12:59:12 UTC

DBIx::HTML - Just another HTML table generating DBI extension. River stage zero No dependents

Generate HTML tables from database queries (HTML4, XHTML and HTML5). Can generate landscape and other rotated views, Handsontable tables, checkboard patterns, and can create animations of cell values and backgrounds via jQuery. Connect to the databas...

JEFFA/DBIx-HTML-1.04 - 27 Jan 2024 22:36:00 UTC

DBIx::Retry - DBIx::Connector with the ability to retry the run method for a specified amount of time. River stage zero No dependents

DBIx::Retry is extended from DBIx::Connector. It adds the ability to keep retrying to connect to a database for a specified amount of time in order to execute DBIx::Connector's run method....

HABE/DBIx-Retry-0.004 - 22 Mar 2012 07:20:18 UTC

DBIx::NoSQL - NoSQL-ish overlay for an SQL database River stage one • 1 direct dependent • 1 total dependent

DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and retrieve data. It does this by using a table called "__Store__". Once connected to a database, it will detect if this table is missing and create it if necessary When writing d...

YANICK/DBIx-NoSQL-0.0021 - 21 Apr 2017 21:59:08 UTC

DBIx::Frame - a perl module for creating and maintaining DBI frameworks River stage zero No dependents

DBIx::Frame is an extension of the standard DBI perl module, designed around mysql, and used to create and maintain frameworks for databases. It has query logging, and a standardized interface for standard SQL statements like 'update' and 'insert' th...

TSKIRVIN/DBIx-Frame-1.06 - 26 May 2004 15:05:56 UTC

DBIx::Custom - DBI extension to execute insert, update, delete, and select easily River stage one • 4 direct dependents • 4 total dependents

DBIx::Custom is DBI wrapper module to execute SQL easily. This module have the following features. * Execute "insert", "update", "delete", or "select" statement easily * Create "where" clause flexibly * Named place holder support * Model support * Co...

KIMOTO/DBIx-Custom-0.45 - 16 Dec 2021 00:31:02 UTC

DBIx::TxnPool - Massive SQL updates by means of transactions with the deadlock & signal solution River stage zero No dependents

If you need massive quickly updates or inserts into InnoDB database - this module for you! It helps to wrap some SQL manipulation statements to one transaction and has the deadlock and signal solution....

PERLOVER/DBIx-TxnPool-0.12 - 26 Nov 2015 09:58:15 UTC

DBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources River stage zero No dependents

This module is a simple creator of XML data from DBI datasources. It allows you to easily extract data from a database, and manipulate later using XML::Parser. One use of this module might be (and will be soon from me) to extract data on the web serv...

MSERGEANT/DBIx-XML_RDB-0.05 - 13 Dec 2000 09:49:12 UTC

DBIx::OnlineDDL - Run DDL on online databases safely River stage zero No dependents

This is a database utility class for running DDL operations (like "ALTER TABLE") safely on large tables. It has a similar scope as DBIx::BatchChunker, but is designed for DDL, rather than DML. It also has a similar function to other utilities like pt...

GSG/DBIx-OnlineDDL-v1.0.0 - 01 Aug 2022 22:00:02 UTC

DBIx::Class::Row - Basic row methods River stage three • 342 direct dependents • 452 total dependents

This class is responsible for defining and doing basic operations on rows derived from DBIx::Class::ResultSource objects. Result objects are returned from DBIx::Class::ResultSets using the create, find, next and all methods, as well as invocations of...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::PivotQuery - create pivot tables from queries River stage zero No dependents

CORION/DBIx-PivotQuery-0.01 - 09 Apr 2017 19:24:53 UTC

DBIx::Class::PgLog - Postgres simple activity loging for DBIx::Class River stage zero No dependents

Enable the PgLog schema component in your DBIx::Class::Schema class file: package My::Schema; use base qw/DBIx::Class::Schema/; __PACKAGE__->load_components(qw/Schema::PgLog/); Enable the PgLog component in your the individual DBIx::Class table class...

SHEEJU/DBIx-Class-PgLog-0.03 - 07 Oct 2014 09:21:20 UTC

DBIx::Oracle::Unwrap - Unwrap code obfuscated with the Oracle wrap command River stage zero No dependents

DHORNE/DBIx-Oracle-Unwrap-0.06 - 12 Dec 2012 22:28:14 UTC

DBIx::Class::Ordered - Modify the position of objects in an ordered list. River stage three • 342 direct dependents • 452 total dependents

This module provides a simple interface for modifying the ordered position of DBIx::Class objects....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Journal - Auditing for tables managed by DBIx::Class River stage zero No dependents

The purpose of this DBIx::Class component module is to create an audit-trail for all changes made to the data in your database (via a DBIx::Class schema). It creates *changesets* and assigns each create/update/delete operation an *id*. The creation a...

FREW/DBIx-Class-Journal-0.900201 - 30 Sep 2014 12:59:12 UTC

DBIx::Class::Wrapper - A Moose role to allow your business model to wrap business code around a dbic model. River stage zero No dependents

JETEVE/DBIx-Class-Wrapper-0.009 - 03 Aug 2017 13:08:38 UTC

DBIx::XML::DataLoader River stage zero No dependents

DBIx::XML::DataLoader contains a set of modules that are meant to work together. DBIx::XML::DataLoader.pm the core for this package DB.pm which contains the sql specific stuff MapIt.pm handles parsing the xml mapping file IsDefined.pm a simple module...

CBERNING/DBIx-XML-DataLoader-1.1b - 04 Nov 2002 12:11:55 UTC

DBIx::Class::ResultDDL - Sugar methods for declaring DBIx::Class::Result data definitions River stage zero No dependents

This is Yet Another Sugar Module for building DBIC result classes. It provides a domain-specific-language that feels almost like writing DDL. This module heavily pollutes your symbol table in the name of extreme convenience, so the "-Vx" option has t...

NERDVANA/DBIx-Class-ResultDDL-2.04 - 27 Sep 2023 07:05:15 UTC

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
33 results (0.048 seconds)