Ports Search

Results 481490 of 1,144 for /databases/.(0.005 seconds)
databases/DBIx-XHTML_Table-1.48 (Score: 0.09045241)
Create XHTML tables from SQL queries
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>
databases/DBIx-XML_RDB-0.05 (Score: 0.09045241)
Perl extension for creating XML from existing DBI datasources
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.
databases/DBM-Deep-2.0011 (Score: 0.09045241)
Pure perl persistent multi-level hash/array DBM
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.
databases/DWH_File-0.24 (Score: 0.09045241)
Store deep and wide hashes in single level tied hash
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.
databases/Dancer-Plugin-DBIC-0.2104 (Score: 0.09045241)
DBIx::Class interface for Dancer applications
DBIx::Class interface for Dancer applications
databases/mariadb-10.1.17 (Score: 0.09045241)
Multithreaded SQL database (server)
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.
databases/libpbl-1.04.04 (Score: 0.09045241)
Peter Graf's Program Base Library
Peter Graf's Program Base Library of C functions. Includes hash table, ISAM, key file implementations.
databases/luadbi-0.5 (Score: 0.09045241)
LuaDBI driver
LuaDBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations.
databases/mantis-1.2.19 (Score: 0.09045241)
Bug tracking system written in PHP
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.
databases/Dancer-Plugin-Redis-0.8 (Score: 0.09045241)
Redis database connector for Dancer
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database handle by simply calling the 'redis' keyword within a Dancer application.