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

Search results for "module:DBIx::Connector"

DBIx::Connector - Fast, safe DBI connection and transaction management River stage three • 29 direct dependents • 138 total dependents

DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing ...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Retry - DBIx::Connector with block retry support River stage one • 2 direct dependents • 3 total dependents

DBIx::Connector::Retry is a Moo-based subclass of DBIx::Connector that will retry on failures. Most of the interface was modeled after DBIx::Class::Storage::BlockRunner and adapted for use in DBIx::Connector....

GSG/DBIx-Connector-Retry-v0.900.3 - 15 Aug 2022 21:15:18 UTC

DBIx::PgLink::Connector - glue between Adapter, Accessors and PL/Perl River stage zero No dependents

ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTC

DBIx::Connector::Driver - Database-specific connection interface River stage three • 29 direct dependents • 138 total dependents

Some of the things that DBIx::Connector does are implemented differently by different drivers, or the official interface provided by the DBI may not be implemented for a particular driver. The driver-specific code therefore is encapsulated in this se...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Pool - A pool of DBIx::Connector or its subclasses for asynchronous environment River stage zero No dependents

DBI is great and DBIx::Connector is a nice interface with good features to it. But when it comes to work in some asynchronous environment like AnyEvent you have to use something another with callbacks if you don't want to block your event loop comple...

ANTONPETR/DBIx-Connector-Pool-0.02 - 03 Aug 2016 07:06:17 UTC

DBIx::Connector::Driver::Pg - PostgreSQL-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides PostgreSQL-specific implementations of the following methods: "savepoint" "release" "rollback_to" NOTE: Due to a bug <https://rt.cpan.org/Ticket/Display.html?id=100648> in the implementation of DBD::P...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Retry::MySQL - MySQL-specific DBIx::Connector with retry support River stage zero No dependents

DBIx::Connector::Retry::MySQL is a subclass of DBIx::Connector::Retry that will explicitly retry on MySQL-specific transient error messages, as identified by DBIx::ParseError::MySQL, using Algorithm::Backoff::RetryTimeouts as its retry algorithm. Thi...

GSG/DBIx-Connector-Retry-MySQL-v1.0.1 - 18 Aug 2022 20:57:51 UTC

MooseX::Role::DBIx::Connector - give your Moose class DBIx::Connector powers River stage zero No dependents

Generic parameterized Moose role to give your class accessors to manage one or more DBIx::Connector connections....

RBUELS/MooseX-Role-DBIx-Connector-0.11 - 12 Mar 2010 20:18:42 UTC

DBIx::Connector::Driver::mysql - MySQL-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides MySQL-specific implementations of the following methods: "savepoint" "release" "rollback_to" It also modifies the connection attributes as follows: "mysql_auto_reconnect" Will always be set to false. ...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

Starch::Store::DBIx::Connector - Starch storage backend using DBIx::Connector. River stage zero No dependents

This Starch store uses DBIx::Connector to set and get state data. The table in your database should contain three columns. This is the SQLite syntax for creating a compatible table which you can modify to work for your particular database's syntax: C...

BLUEFEET/Starch-Store-DBIx-Connector-0.04 - 02 Mar 2019 18:04:01 UTC

DBIx::Connector::Driver::MSSQL - Microsoft SQL Server-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Microsoft SQL server-specific implementations of the following methods: "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::Oracle - Oracle-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Oracle-specific implementations of the following methods: "ping" "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::SQLite - SQLite-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides SQLite-specific implementations of the following methods: "savepoint" "release" "rollback_to" Note that they only work with SQLite 3.6.8 or higher; older versions of SQLite will fallback on the except...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

Catalyst::Model::DBIx::Connector - Catalyst model base class for DBI connections using DBIx::Connector River stage zero No dependents

Catalyst::Model::DBIx::Connector is a simple base class that can be used to easily add DBI connections to your Catalyst apps. It uses "DBIx::Connector" to add disconnect detection and automatic reconnection to the database once a connection has dropp...

PRAVUS/Catalyst-Model-DBIx-Connector-0.01 - 07 Jan 2014 20:33:05 UTC

DBIx::Connector::Driver::Firebird - Firebird-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Firebird-specific implementations of the following methods: "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::PgLink::Connector::Roles::Environment - role to set process environment before connection River stage zero No dependents

ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTC

lib/DBIx/PgLink/Connector/Roles/SQLServerProc.pm River stage zero No dependents

ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTC

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

ANTONPETR/DBIx-Struct-0.50 - 07 Feb 2019 21:09:02 UTC

DBIx::Simplish - DBIx::Simple + DBIx::Connector + extras. River stage zero No dependents

DBIx::Simplish has (mostly) the same interface as DBIx::Simple. It's a rewrite to add little bits I wanted, and remove some bits I never used. Maybe you'll find it useful too. DBIx::Simplish is backed by DBIx::Connector, SQL::Abstract and SQL::Interp...

STAUGAARD/DBIx-Simplish-1.002001 - 22 Sep 2016 18:25:10 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
41 results (0.025 seconds)