SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Dancer-Plugin-Database rpm build for : OpenSuSE. For other distributions click perl-Dancer-Plugin-Database.

Name : perl-Dancer-Plugin-Database
Version : 2.130.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150500.1.1 Date : 2024-07-20 21:57:07
Group : Unspecified Source RPM : perl-Dancer-Plugin-Database-2.130.0-150500.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : Easy database connections for Dancer applications
Description :
Provides an easy way to obtain a connected DBI database handle by simply
calling the database keyword within your Dancer application

Returns a Dancer::Plugin::Database::Core::Handle object, which is a
subclass of DBI\'s \'DBI::db\' connection handle object, so it does everything
you\'d expect to do with DBI, but also adds a few convenience methods. See
the documentation for Dancer::Plugin::Database::Core::Handle for full
details of those.

Takes care of ensuring that the database handle is still connected and
valid. If the handle was last asked for more than
\'connection_check_threshold\' seconds ago, it will check that the connection
is still alive, using either the \'$dbh->ping\' method if the DBD driver
supports it, or performing a simple no-op query against the database if
not. If the connection has gone away, a new connection will be obtained and
returned. This avoids any problems for a long-running script where the
connection to the database might go away.

Care is taken that handles are not shared across processes/threads, so this
should be thread-safe with no issues with transactions etc. (Thanks to Matt
S Trout for pointing out the previous lack of thread safety. Inspiration
was drawn from DBIx::Connector.)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Dancer-Plugin-Database-2.130.0-150500.1.1.noarch.rpm
     

Provides :
perl(Dancer::Plugin::Database)
perl-Dancer-Plugin-Database

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Dancer) >= 1.309.900
perl(Dancer::Plugin::Database::Core) >= 0.160
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Dancer
/usr/lib/perl5/vendor_perl/5.26.1/Dancer/Plugin
/usr/lib/perl5/vendor_perl/5.26.1/Dancer/Plugin/Database.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Dancer-Plugin-Database
/usr/share/doc/packages/perl-Dancer-Plugin-Database/Changes
/usr/share/doc/packages/perl-Dancer-Plugin-Database/README
/usr/share/man/man3/Dancer::Plugin::Database.3pm.gz

 
ICM