Ports Search

Results 541550 of 1,144 for /databases/.(0.006 seconds)
databases/SQL-ReservedWords-0.8 (Score: 0.09045241)
Reserved SQL words by ANSI/ISO
Determine if words are reserved by ANSI/ISO SQL standard.
databases/SQL-Statement-1.410 (Score: 0.09045241)
Perl5 module for SQL parsing and processing
The SQL::Statement module implements a small, abstract SQL engine. By parsing an SQL query you create an SQL::Statement instance. This instance offers methods for retrieving syntax, for WHERE clause and statement evaluation. The implementation is designed to work with the DBI driver DBD::CSV, and should be easily extensible.
databases/SQL-Translator-0.11021 (Score: 0.09045241)
Manipulate structured data definitions (SQL and more)
SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI classes.
databases/SQLite-Work-0.16.01 (Score: 0.09045241)
Report on and update an SQLite database
This generates HTML (and non-HTML) reports from an SQLite database, taking care of the query-building and the report formatting. This also has methods for adding and updating the database. Reports can have nested headers which depend on the sort-order given. One can select the columns and order in which the values are displayed. The HTML page generated can be customized with templates. The SQLite::Work::CGI module has extra methods which deal with CGI using the CGI module. The sqlreport script uses SQLite::Work to generate reports from the command-line.
databases/Search-InvertedIndex-1.14 (Score: 0.09045241)
Manager for inverted index maps
A general purpose inverted indexing system suitable for medium scale searching.
databases/Search-Namazu-0.96 (Score: 0.09045241)
Namazu library module for perl
This module is an interface for Namazu library. Namazu is an implement of full text retrieval search system.
databases/Search-Xapian-1.2.23.0 (Score: 0.09045241)
Perl XS frontend to the Xapian C++ search library
This module wraps most methods of most Xapian classes. The missing classes and methods should be added in the future. It also provides a simplified, more 'perlish' interface - as demonstrated above. The Xapian library is evolving very quickly at the time of writing, hence any documentation placed here would be likely to become out of date quite rapidly, and I do not have the patience to write some which could rapidly become redundant. Apologies to those of you considering using this module. For the time being, I would suggest garnering what you can from the tests and examples provided, or reading through the Xapian documentation on http://www.xapian.org/, notably the API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html If you encounter problems, email either me or preferably the Xapian-discuss mailing list (which I am on - subscription details can be found on the Xapian web site).
databases/Search-Xapian10-1.0.23.0 (Score: 0.09045241)
Perl XS frontend to the Xapian C++ search library
This module wraps most methods of most Xapian classes. The missing classes and methods should be added in the future. It also provides a simplified, more 'perlish' interface - as demonstrated above. The Xapian library is evolving very quickly at the time of writing, hence any documentation placed here would be likely to become out of date quite rapidly, and I do not have the patience to write some which could rapidly become redundant. Apologies to those of you considering using this module. For the time being, I would suggest garnering what you can from the tests and examples provided, or reading through the Xapian documentation on http://www.xapian.org/, notably the API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html If you encounter problems, email either me or preferably the Xapian-discuss mailing list (which I am on - subscription details can be found on the Xapian web site).
databases/T2-0.10 (Score: 0.09045241)
Object Relational mapping system
The T2 module is a base for the refactoring of the now quite stable Tangram Object-Relational mapper. In a nutshell, it lets you store objects - which have to be described to a similar level that you would describe a database to store them - into any SQL store. Currently, this is tested on PostgreSQL, MySQL, Oracle and Sybase a lot, though in general database-specific extensions to SQL, such as triggers, stored procedures, etc are avoided. So, if DBI installs and tests successfully with your database, there is a good chance that T2 will work with it too. The only current requirement is that objects that have tables associated with them are implemented via hashes. You also have to be able to describe all of the fields for those root objects. Individual fields of stored objects may be arbitrarily complex. If you are familiar with DBI, it is somewhat similar to bless'ing the structures returned by $dbh->fetchrow_hashref, except that references and collections to other objects in the store are loaded `on demand' (aka Lazy-loading).
databases/Template-DBI-2.65 (Score: 0.09045241)
Template::Plugin::DBI - Template interface to the DBI module
This Template Toolkit plugin module provides an interface to the Perl DBI/DBD modules, allowing you to integrate SQL queries into your template documents. It also provides an interface via the Tie::DBI module (if installed on your system) so that you can access database records without having to embed any SQL in your templates.