Path to this page:
./
databases/p5-DBIx-Connector,
Fast, safe DBI connection and transaction management
Branch: CURRENT,
Version: 0.59nb1,
Package name: p5-DBIx-Connector-0.59nb1,
Maintainer: pkgsrc-usersDBIx::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 to do is to hang on to a database handle to maintain a
connection to the database in order to minimize that overhead.
DBIx::Connector lets you do that without having to worry about dropped or
corrupted connections.
Required to run:[
databases/p5-DBI] [
lang/perl5]
Required to build:[
devel/p5-Test-Pod-Coverage] [
devel/p5-Test-Pod] [
devel/p5-Test-MockModule]
Master sites: (Expand)
Filesize: 37.31 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-DBIx-Connector-0.59nb1
- (2024-03-04) Updated to version: p5-DBIx-Connector-0.59
- (2023-07-06) Updated to version: p5-DBIx-Connector-0.57nb2
- (2022-06-28) Updated to version: p5-DBIx-Connector-0.57nb1
- (2021-10-09) Updated to version: p5-DBIx-Connector-0.57
- (2021-05-25) Updated to version: p5-DBIx-Connector-0.56nb6
CVS history: (Expand)
2024-03-04 01:51:05 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.59
Upstream changes:
0.59 Sun 02 Jul 2023
- Fix for Windows t/load.t failures
0.58 Mon 29 Aug 2022
- No functional changes
- Updated packaging and package metadata
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-09 15:25:35 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.57
Upstream changes:
0.57 2021-09-27
- `$conn->dsn` and `$conn->driver_name` accessors
- Use of ExtUtils::MakeMaker instead of Module::Build
- Corrected, reduced, properly declared prerequisites
- POD tests in `xt/`
- Simplified SQLite version check
- Doc typo fix. Thanks to Michael R. Davis
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|