Paquet : libdancer2-plugin-database-perl (2.17-3)
Liens pour libdancer2-plugin-database-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libdancer2-plugin-database-perl :
- [libdancer2-plugin-database-perl_2.17-3.dsc]
- [libdancer2-plugin-database-perl_2.17.orig.tar.gz]
- [libdancer2-plugin-database-perl_2.17-3.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [metacpan.org]
Paquets similaires :
module for easy database connections for Dancer2 applications
Dancer2::Plugin::Database Provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application
The module 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.
It 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.
Autres paquets associés à libdancer2-plugin-database-perl
|
|
|
|
-
- dep: libdancer-plugin-database-core-perl
- shared core library for Dancer and Dancer2 database plugins
-
- dep: libdancer2-perl
- lightweight yet powerful web application framework
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
Télécharger libdancer2-plugin-database-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 15,4 ko | 37,0 ko | [liste des fichiers] |