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 "DBIx::Connector"

DBIx::Connector - Fast, safe DBI connection and transaction management River stage three • 28 direct dependents • 137 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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

ANTONPETR/DBIx-Struct-0.50 - 07 Feb 2019 21:09:02 UTC - Search in distribution
  • DBIx::Struct - convenience SQL functions with Class::Struct-like row objects

Plack::App::ServiceStatus::DBIxConnector - Check DBIx::Connector connection River stage zero No dependents

DOMM/Plack-App-ServiceStatus-0.913 - 25 Jan 2024 10:00:34 UTC - Search in distribution

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 - Search in distribution

App::Dochazka::REST::ConnBank - Provide DBIx::Connector objects River stage zero No dependents

This module contains routines relating to DBIx::Connector. Mostly, the application uses the $dbix_conn singleton....

SMITHFARM/App-Dochazka-REST-0.559 - 29 Jun 2022 15:51:49 UTC - Search in distribution

App::OverWatch::DB - Database connector base class River stage zero No dependents

CHRISJH/App-OverWatch-0.1 - 29 Jan 2015 09:17:19 UTC - Search in distribution

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 - Search in distribution

Starch - A framework independent HTTP session library. River stage two • 10 direct dependents • 10 total dependents

Welcome to Starch! Starch solves the problems introduced when complex HTTP session libraries are written as web framework built-ins. When complex libraries like these are tied directly into a web framework they become much more difficult to test, dif...

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI) River stage three • 94 direct dependents • 168 total dependents

DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. ...

DVEEDEN/DBD-mysql-5.008 - 30 Jul 2024 07:47:38 UTC - Search in distribution

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC - Search in distribution

DBD::MariaDB - MariaDB and MySQL driver for the Perl5 Database Interface (DBI) River stage one • 3 direct dependents • 3 total dependents

DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational...

PALI/DBD-MariaDB-1.23 - 10 Sep 2023 14:27:09 UTC - Search in distribution

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

SQL::Exec - Simple thread and fork safe database access with functionnal and OO interface River stage zero No dependents

MATHIAS/SQL-Exec-0.10 - 27 Mar 2013 21:47:35 UTC - Search in distribution
71 results (0.063 seconds)