XHTML_Table will execute SQL queries and return the results (as a
scalar 'string') wrapped in XHTML tags.
This module was created to fill a need for a quick and easy way to
create 'on the fly' XHTML tables from SQL queries for the purpose
of 'quick and dirty' reporting. It is not intended for serious
production use, although it use is viable for prototyping and just
plain fun.
Seamus Venasse <svenasse@polaris.ca>
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.
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface,
cross-platform FTPable files, and quite fast. Can handle millions of keys and
unlimited hash levels without significant slow-down. Written from the ground-up
in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box
compatibility with Unix, Mac OS X and Windows.
DWH_File is used in a similar manner to NDBM_File, DB_File etc. In fact it
depends on one of these. DWH_File expands the functionality to save not
only the hash that is tied but also all the data that this hash contains
references to - that is it'll save all you list of lists and list of hashes
and so forth. And what's more, it will save objects as well - if they'll
comply with some very simple rules which don't impose any limitations to
their functionality or structure except that they can't themselves be tied
to anyone else. See the "Models" section of the embedded documentation for
details.
DBIx::Class interface for Dancer applications
MariaDB is a database server that offers drop-in replacement functionality
for MySQL. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers
a rich set of feature enhancements including alternate storage engines,
server optimizations, and patches.
MariaDB is primarily driven by developers at Monty Program, a company
founded by Michael "Monty" Widenius, the original author of MySQL, but
this is not the whole story about MariaDB. On the "About MariaDB" page you
will find more information about all participants in the MariaDB community,
including storage engines XtraDB and PBXT.
Peter Graf's Program Base Library of C functions.
Includes hash table, ISAM, key file implementations.
LuaDBI is a database interface library for Lua.
It is designed to provide a RDBMS agnostic API for handling database operations.
Mantis is a web-based bugtracking system. It is in active development
and is no longer considered beta.
It is written in the PHP scripting language and requires the MySQL
database and a webserver. Mantis has been installed on Windows,
MacOS, OS/2, and a variety of Unix operating systems. Any web browser
should be able to function as a client. It is released under the
terms of the GNU General Public License (GPL).
Mantis is free to use and modify. It is free to redistribute as
long as you abide by the distribution terms of the GPL.
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database
handle by simply calling the 'redis' keyword within a Dancer application.