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

Search results for "module:DBIx::HTML"

DBIx::HTML - Just another HTML table generating DBI extension. River stage zero No dependents

Generate HTML tables from database queries (HTML4, XHTML and HTML5). Can generate landscape and other rotated views, Handsontable tables, checkboard patterns, and can create animations of cell values and backgrounds via jQuery. Connect to the databas...

JEFFA/DBIx-HTML-1.04 - 27 Jan 2024 22:36:00 UTC

DBIx::HTML::ClientDB - Convert sql into a client-side db with keyed access. River stage zero No dependents

This module takes a db handle, an SQL statement and a specially-formatted row_headings parameter, and builds an array of rows as returned by the SQL. Then you ask for that array in HTML, ie as a table. After a call to the table() method, you can call...

RSAVAGE/DBIx-HTML-ClientDB-1.09 - 04 Feb 2021 06:44:39 UTC

DBIx::HTML::PopupRadio - Convert sql into a popup menu or radio group. River stage zero No dependents

This module takes a db handle and an SQL statement, and builds a hash. Then you ask for that hash in HTML, as a popup menu or as a radio group. The reading of the db table is delayed until you actually call one of the methods 'popup_menu' or 'radio_g...

RSAVAGE/DBIx-HTML-PopupRadio-1.17 - 04 Feb 2021 06:45:01 UTC

DBIx::HTML::LinkedMenus - Convert SQL to 2 linked HTML popup menus. River stage zero No dependents

This module's constructor takes a db handle and 2 SQL statements, and executes the SQL. The first SQL statement is used to create a pop-up menu - the base menu. The constructor returns undef if the SQL for the base menu returns 0 items. The second SQ...

RSAVAGE/DBIx-HTML-LinkedMenus-1.11 - 04 Feb 2021 06:44:50 UTC

DBIx::glueHTML - Class for creating a CGI interface to a database River stage zero No dependents

The "DBIx::glueHTML" class allows a CGI interface to a database. It enables a CGI interface to a database to be created, supporting record addition, modification, deletion and searching. It provides a user friendly interface with descriptions of fiel...

JFURNESS/DBIx-glueHTML-0.20 - 14 May 2000 00:33:43 UTC

DBIx::HTMLTable - Create HTML table from DBI query output. River stage zero No dependents

HTMLTable() formats the results of a DBI query as a HTML table. The first argument is the query output formatted as a multi-line string, with columns delimited by a field separator (a comma by default) and rows delimited by a record separator (newlin...

RKIES/DBIx-HTMLTable-0.24 - 18 Mar 2004 00:50:27 UTC

DBIx::Class::HTMLWidget - Like FromForm but with DBIx::Class and HTML::Widget River stage zero No dependents

Something like Class::DBI::FromForm / Class::DBI::FromCGI but using HTML::Widget for form creation and validation and DBIx::Class as a ORM. Methods fill_widget $dbic_object->fill_widget($widget); Fill the values of a widgets elements with the values ...

ANDREMAR/DBIx-Class-HTMLWidget-0.16 - 06 Feb 2008 10:55:26 UTC

DBIx::Class::HTML::FormFu - DEPRECATED - use HTML::FormFu::Model::DBIC instead River stage zero No dependents

CFRANKS/DBIx-Class-HTML-FormFu-0.01005 - 19 Jun 2008 13:53:11 UTC

lib/DBIx/dbMan/Extension/SQLOutputHTML.pm River stage zero No dependents

MILSO/dbMan-0.47 - 09 Feb 2023 22:09:12 UTC

DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary. River stage one • 3 direct dependents • 3 total dependents

Methods are provided to perform basic database I/O via DBI without having to embed SQL in your programs. Records are normally passed in and out in the form of hash references where keys of the hash represent columns (ALWAYS UPPER CASE), and the value...

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC

DBIx::Frame - tools for web-based use of DBIx::Frame databases River stage zero No dependents

DBIx::Frame::CGI is an extension of the DBIx::Frame module to allow for web use and administration of DBIx::Frame databases. It provides a common set of HTML functions for creating, modifying, viewing, and deleting entries in the database. These tool...

TSKIRVIN/DBIx-Frame-1.06 - 26 May 2004 15:05:56 UTC

DBIx::Frame - a perl module for creating and maintaining DBI frameworks River stage zero No dependents

DBIx::Frame is an extension of the standard DBI perl module, designed around mysql, and used to create and maintain frameworks for databases. It has query logging, and a standardized interface for standard SQL statements like 'update' and 'insert' th...

TSKIRVIN/DBIx-Frame-1.06 - 26 May 2004 15:05:56 UTC

DBIx::Array - DBI Wrapper with Perl style data structure interfaces River stage one • 1 direct dependent • 1 total dependent

This module provides a Perl data structure interface for Structured Query Language (SQL). This module is for people who truly understand SQL and who understand Perl data structures. If you understand how to modify your SQL to meet your data requireme...

MRDVT/DBIx-Array-0.65 - 25 Jan 2023 01:30:17 UTC

DBIx::Chart - DBI extension for Rendering Charts and Graphs River stage zero No dependents

The DBIx::Chart extends SQL syntax to provide directives for generating chart images. By subclassing DBI, it makes every SQL capable data source with a DBI driver appear to natively support charting/graphing. DBIx::Chart builds on the SQL syntax intr...

DARNOLD/DBIx-Chart-0.05 - 22 May 2006 18:54:36 UTC

DBIx::RunSQL - run SQL from a file River stage one • 4 direct dependents • 6 total dependents

CORION/DBIx-RunSQL-0.24 - 09 Jun 2023 06:28:18 UTC

DBIx::DBStag - Relational Database to Hierarchical (Stag/XML) Mapping River stage zero No dependents

This module is for mapping between relational databases and Stag objects (Structured Tags - see Data::Stag). Stag objects can also be represented as XML. The module has two main uses: Querying This module can take the results of any SQL query and dec...

SCAIN/DBIx-DBStag-0.12 - 01 Feb 2010 15:18:51 UTC

DBIx::Simple - Very complete easy-to-use OO interface to DBI River stage two • 21 direct dependents • 27 total dependents

DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. This module is aimed at rapid development and easy maintenance. Query preparation and execution are combined in a single method, the result object (which is a wrapp...

JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTC

DBIx::CodeKit - Universal Code Table Interface River stage zero No dependents

CodeKit is an interface to a universal database code table. CodeKit takes all of the programming work out of maintaining multiple database code definition sets. The code administration page lets you define new virtual code tables and enter all codes ...

JGORMAN/DBIx-CodeKit-1.07 - 12 May 2003 19:24:21 UTC

DBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources River stage zero No dependents

This module is a simple creator of XML data from DBI datasources. It allows you to easily extract data from a database, and manipulate later using XML::Parser. One use of this module might be (and will be soon from me) to extract data on the web serv...

MSERGEANT/DBIx-XML_RDB-0.05 - 13 Dec 2000 09:49:12 UTC

DBIx::MyParse - Perl API for MySQL's SQL Parser River stage one • 1 direct dependent • 1 total dependent

This module provides access to MySQL's SQL parser, which is a full-featured lexx/yacc-based SQL parser, complete with subqueries and various MySQL extensions. Please check the documentation for DBIx::MyParse::Query to see how you can access the parse...

PHILIPS/DBIx-MyParse-0.88 - 18 Jul 2007 16:00:04 UTC
62 results (0.055 seconds)