The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "DB"

Carp::Source - Warn of errors with stack backtrace and source context River stage zero No dependents

This module exports one function, "source_cluck()", which prints stack traces with source code extracts to make it obvious what has been called from where. It does not work for one-liners because there is no file from which to load source code....

MARCEL/Carp-Source-1.101420 - 22 May 2010 20:47:44 UTC - Search in distribution

Devel::WxProf - heavy-weight subroutine profiler and graphical profile analyzer River stage zero No dependents

Devel::WxProf package is a heavy-weight subroutine profiler for perl. It collects information on the execution time of a Perl script - more specifically: on the subs called from that script. To profile a Perl script run the perl interpreter with the ...

MKUTTER/Devel-WxProf-0.0.1 - 14 Apr 2008 19:27:41 UTC - Search in distribution

Devel::RemoteTrace - Attachable call trace of perl scripts (a.k.a) perldebguts by example River stage zero No dependents

The purpose of this module is twofold. First of all it solves a real problem taht seems hard with the standard debugger: Trace the execution of a long running process when it stops serving requests. The secondary purpose is to be an easy understandab...

PMAKHOLM/Devel-RemoteTrace-0.3 - 20 Apr 2009 06:18:16 UTC - Search in distribution

DB - programmatic interface to the Perl debugging API River stage five • 11292 direct dependents • 32664 total dependents

Perl debug information is frequently required not just by debuggers, but also by modules that need some "special" information to do their job properly, like profilers. This module abstracts and provides all of the hooks into Perl internal debugging f...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

DC::DB - async. database and filesystem access for deliantra River stage zero No dependents

POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...

MLEHMANN/Deliantra-Client-2.11 - 24 Apr 2010 08:10:07 UTC - Search in distribution

IO::DB - Database convenience object. River stage zero No dependents

The IO::DB library was created and is intended as a convenience library. It works by reducing clutter in your code caused by using the same redundant code. It also works under the philosophy of intelligent code. That is, let me tell you to do somethi...

DBIALAC/SDP-0.1 - 22 Jun 2005 22:13:04 UTC - Search in distribution

BW::DB - Normalized database routines River stage zero No dependents

BILLW/bw-db-1.1.1 - 10 Mar 2010 04:23:29 UTC - Search in distribution

DB::Ent - Database Entity Layer River stage zero No dependents

This module presents an interface to an entity-centric database schema, providing all necessary methods to create, discover and manipulate entities and associated data. The schema consists of 4 basic element storage types: 1) entities, 2) attributes,...

ECALDER/DB-Ent-1.63 - 24 Jun 2003 04:34:13 UTC - Search in distribution

DB2::db - Framework wrapper around DBD::DB2 for a specific database River stage zero No dependents

The DB2::db module can simplify your interaction with a DB2 database using the DBI module. The cost is generally a little bit of speed since it cannot know which columns you may be interested in. This is not always bad since you may not know either. ...

DMCBRIDE/DB2-db-0.25 - 26 Apr 2011 17:40:46 UTC - Search in distribution

Db::DFC - Perl's Object-oriented interface to Documentum's DFC River stage zero No dependents

Db::DFC provides an object-oriented interface to Documentum's DFC. ......

MSROTH/Db-DFC-0.4 - 06 Mar 2001 13:26:21 UTC - Search in distribution

Db::GTM - Perl extension to interface with GT.M global data River stage zero No dependents

This module provides access to a GT.M database by presenting it as a PERL module. Since GT.M is a hierarchical database (also known as an Object-Oriented database), each node of the database is treated as a list. Instead of having a simple key like '...

SZECK/Db-GTM-1.27 - 13 Sep 2005 02:21:49 UTC - Search in distribution

EAI::DB - Database wrapper functions (for DBI / DBD::ODBC) River stage zero No dependents

EAI::DB contains all database related API-calls. This is for creating a database connection handle with newDBH, transaction handling (beginWork, commit, rollback), reading from the database (hash or array), doing arbitrary statements in the database,...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution
  • EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks

URI::db - Database URIs River stage two • 5 direct dependents • 26 total dependents

This class provides support for database URIs. They're inspired by JDBC URIs <http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB> and PostgreSQL URIs <http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONN STRING>,...

DWHEELER/URI-db-0.22 - 05 Apr 2024 01:36:51 UTC - Search in distribution

ALPM::DB - Database base class, inherited by local and sync databases. River stage zero No dependents

APG/ALPM-3.06 - 08 Jul 2015 09:05:44 UTC - Search in distribution

DB::Skip - make the perl debugger skip statements in given packages or subs River stage one • 1 direct dependent • 1 total dependent

The perl debugger is a wonderful tool and offers you many options to get to where you want to be in your code. However sometimes you want to just cruise through it. This can be somewhat frustrating if you're using modules like Moo that insert a lot o...

MITHALDU/DB-Skip-1.132980 - 25 Oct 2013 20:51:27 UTC - Search in distribution

LARC::DB - Provides a methode for storing SQLite DBs in a pleasantly organized manner. River stage zero No dependents

VVELOX/LARC-DB-0.0.0 - 28 Dec 2008 02:04:24 UTC - Search in distribution

MIME::DB - Media Type Database, a port of the mime-db JavaScript package River stage zero No dependents

"MIME::DB" is a direct port of the mime-db <https://www.npmjs.com/package/mime-db> JavaScript package. USAGE The database does not include any logic, allowing it to remain as un-opinionated as possible. my $db = MIME::DB->data; my @known_html_extensi...

TDRUGEON/MIME-DB-v1.52.0 - 31 Jan 2023 03:54:32 UTC - Search in distribution

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution

TUWF::DB - Database handling and convenience functions for TUWF River stage zero No dependents

This module provides convenient methods for interacting with SQL databases and takes care to properly start, commit or rollback transactions for each request. This module is automatically loaded by TUWF when the db_login configuration parameter has b...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution

Test::DB - Temporary Testing Databases River stage one • 3 direct dependents • 3 total dependents

This package provides a framework for setting up and tearing down temporary databases for testing purposes. This framework requires a user (optionally with password) which has the ability to create new databases and works by creating test-specific da...

AWNCORP/Test-DB-0.10 - 02 Feb 2023 07:17:02 UTC - Search in distribution
2,899 results (0.243 seconds)