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

Search results for "module:DBI::Format"

DBI::Format - A package for displaying result tables River stage one • 1 direct dependent • 1 total dependent

THIS PACKAGE IS STILL VERY EXPERIMENTAL. THINGS WILL CHANGE. This package is used for making the output of DBI::Shell configurable. The idea is to derive a subclass for any kind of output table you might create. Examples are * a very simple output fo...

DLAMBLEY/DBI-Shell-11.97 - 20 Aug 2020 21:41:38 UTC

DBI::Format::CSV - A package for displaying result tables River stage one • 1 direct dependent • 1 total dependent

THIS PACKAGE IS STILL VERY EXPERIMENTAL. THINGS WILL CHANGE....

DLAMBLEY/DBI-Shell-11.97 - 20 Aug 2020 21:41:38 UTC

DBI::Format::SQLMinus - A package for displaying result tables River stage one • 1 direct dependent • 1 total dependent

THIS PACKAGE IS STILL VERY EXPERIMENTAL. THINGS WILL CHANGE....

DLAMBLEY/DBI-Shell-11.97 - 20 Aug 2020 21:41:38 UTC

DateTime::Format::DBI - Find a parser class for a database connection. River stage one • 5 direct dependents • 8 total dependents

This module finds a "DateTime::Format::*" class that is suitable for the use with a given DBI connection (and "DBD::*" driver). It currently supports the following format modules: IBM DB2 (DB2), Microsoft SQL (MSSQL), MySQL, Oracle, PostgreSQL (Pg), ...

CFAERBER/DateTime-Format-DBI-0.041 - 22 Oct 2013 23:13:05 UTC

DateTime::Format::EraLegis - DateTime converter for Era Legis DateTime::Format::EraLegis::Ephem - planetary ephemeris role DateTime::Format::EraLegis::Ephem::DBI - default ephemeris getter DateTime::Format::EraLegis::Style - customize output styles River stage zero No dependents

These three modules combined enable DateTime objects to emit date strings formatted according to the Thelemic calendar. The ephemeris provides access to the planetary location of the Sun and Moon keyed by UTC timestamp. The style dictates the specifi...

CFOUTS/DateTime-Format-EraLegis-0.012 - 26 Feb 2021 21:42:06 UTC

Class::DBI::Plugin::DateFormat::Oracle - Extension to Class::DBI for Oracle date fields. River stage one • 1 direct dependent • 1 total dependent

This module is Extension to Class::DBI for Oracle date fields....

NEKOKAK/Class-DBI-Plugin-DateFormat-Oracle-0.01 - 09 Nov 2005 04:28:38 UTC

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Log - Log all DBI queries River stage zero No dependents

You can use this module to log all queries that are made with DBI. You can include it in your script with `use DBI::Log` or use the "-M" option for "perl" to avoid changing your code at all. By default, it will send output to "STDERR", which is usefu...

JACOBG/DBI-Log-0.11 - 31 Jan 2023 16:25:19 UTC

VBTK::DBI - Database Monitoring River stage zero No dependents

This perl library provides the ability to do simple monitoring of any database accessible with the perl DBI module, using select statements. It makes use of connection pooling, so that multiple SQL statements being run against the same database will ...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC

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

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

SPOPS::DBI - Implement SPOPS class, serializing into a DBI database River stage one • 2 direct dependents • 2 total dependents

This SPOPS class is not meant to be used directly. Instead, you inherit certain methods from it while implementing your own. Your module should implement: * (optional) Methods to sort member objects or perform operations on groups of them at once. * ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

DBI::Shell - Interactive command shell for the DBI River stage one • 1 direct dependent • 1 total dependent

The DBI::Shell module (and dbish command, if installed) provide a simple but effective command line interface for the Perl DBI module....

DLAMBLEY/DBI-Shell-11.97 - 20 Aug 2020 21:41:38 UTC

DBI::Profile - Performance profiling and benchmarking for the DBI River stage four • 940 direct dependents • 2099 total dependents

The DBI::Profile module provides a simple interface to collect and report performance and benchmarking data from the DBI. For a more elaborate interface, suitable for larger programs, see DBI::ProfileDumper and dbiprof. For Apache/mod_perl applicatio...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBIx::Objects - Perl extension to ease creation of database-bound objects River stage zero No dependents

ISAAC/DBIx-Objects-0.04 - 14 Sep 2004 16:28:54 UTC

Gtk2::Ex::DBI - Bind a Gtk2::GladeXML - generated window to a DBI data source River stage zero No dependents

This class ties data from a DBI datasource to widgets in a Gtk2+ window ( generated by Glade ). All that is required is that you name your widgets the same as the fields in your data source. You have to set up combo boxes ( ie create your Gtk2::ListS...

DKASAK/Gtk2-Ex-DBI-2.30 - 07 Feb 2014 14:18:17 UTC

Class::DBI::AsXML - Format CDBI Objects as XML River stage zero No dependents

This software adds XML output support to "Class::DBI" based objects. to_xml_columns Class->to_xml_columns([qw[columns to dump with xml]]); This class method sets the default columns this class should dump when calling "to_xml()" on an object. The sin...

CWEST/Class-DBI-AsXML-1.02 - 15 Jan 2005 15:34:06 UTC

GraphViz2::DBI - Visualize a database schema as a graph River stage zero No dependents

Takes a database handle, and graphs the schema. You can write the result in any format supported by Graphviz <http://www.graphviz.org/>. Here is the list of output formats <http://www.graphviz.org/content/output-formats>....

ETJ/GraphViz2-DBI-2.52 - 05 Nov 2020 11:31:17 UTC

Konstrukt::DBI - Database handle pool River stage zero No dependents

This module provides a database handle pool for the current process. If your plugin or website needs database connection it usually has to create one via DBI. This can lead into several DBI connections per process, if there is more than one plugin us...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC
85 results (0.044 seconds)