Search results for "DBIx::Connector"
DBIx::Connector - Fast, safe DBI connection and transaction management
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::Driver - Database-specific connection interface
- DBIx::Connector::Driver::Pg - PostgreSQL-specific connection interface
- DBIx::Connector::Driver::mysql - MySQL-specific connection interface
- 4 more results from DBIx-Connector »
DBIx::Connector::Pool - A pool of DBIx::Connector or its subclasses for asynchronous environment
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
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
ASVBR/DBIx-PgLink-0.01
-
27 Dec 2007 09:11:40 UTC
-
Search in distribution
- DBIx::PgLink::Connector::Roles::Environment - role to set process environment before connection
- lib/DBIx/PgLink/Connector/Roles/SQLServerProc.pm
- DBIx::PgLink - external database access from PostgreSQL backend using Perl DBI
- 2 more results from DBIx-PgLink »
DBIx::Connector::Retry::MySQL - MySQL-specific DBIx::Connector with retry support
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
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.
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
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
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
DOMM/Plack-App-ServiceStatus-0.913
-
25 Jan 2024 10:00:34 UTC
-
Search in distribution
- Plack::App::ServiceStatus - Check and report status of various services needed by your app
DBIx::Simplish - DBIx::Simple + DBIx::Connector + extras.
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
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::Dochazka::REST::Guide - Dochazka REST server guide
- App::Dochazka::REST - Dochazka REST server
- App::Dochazka::REST::Fillup - fillup routines
- 6 more results from App-Dochazka-REST »
App::OverWatch::DB - Database connector base class
CHRISJH/App-OverWatch-0.1
-
29 Jan 2015 09:17:19 UTC
-
Search in distribution
- App::OverWatch::DB::mysql - MySQL subclass for OverWatch DB
- App::OverWatch::DB::sqlite - SQLite subclass for OverWatch DB
- App::OverWatch::DB::postgres - PostgreSQL subclass for OverWatch DB
DBIx::Retry - DBIx::Connector with the ability to retry the run method for a specified amount of time.
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.
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)
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
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)
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
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