My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 19
The SharkAPI-Perl contains helper functions and objects used to simplify application development. The general focus is web development. Currently the API contains modules that allow hash based access of rdbms data. And an abstraction layer over the DBI:: interface. Also the API contains module...
Sometimes Class::DBI is too crufty, and DBIx::Class is too much. Enter Class::DBI::Lite.
This project helps scale database access via Perl's DBI by allowing queries to be routed between multiple databases according to customized rules. It relies on DBI's Gofer system for most of the heavy lifting.
A DBI implementation for ADO.NET on [http://www.ironruby.net IronRuby] This project tries to unify the interface you use to interact with databases. It does so by delegating everything to the providers for each specific RDBMS implemented on top of ADO.NET. To test it you could use the followin...
= METAR2db = == Introduction == This script gets [http://en.wikipedia.org/wiki/METAR METAR] weather data from the [http://en.wikipedia.org/wiki/Series_of_tubes tubes] of [http://en.wikipedia.org/wiki/Interweb Interweb], parses it, and stores it in a relational database for future use. == Im...
= See http://sequel.rubyforge.org = This Wiki had out of date information, so it was taken down. Please see the RDoc at http://sequel.rubyforge.org, it has all of the information that was in this Wiki brought up to date. The only reason this site is left up is for the Issue Tracker, which Se...
Quick-and-dirty way to provide users web access to a MySQL database using perl. Requires HTML::Template, DBI, CGI. Supports relationships with external tables.
This module provides a safe method of timing out DBI requests. An unsafe method is described in the DBI docs: http://search.cpan.org/~timb/DBI/DBI.pm#Signal_Handling_and_Canceling_Operations The problem with using POSIX sigaction() (the method described above) is that it relies on unsafe si...
=Summary= DBIx::HA is a High Availability module for Perl's DBI (Database Interface). =Features= Features of DBIx::HA are: * multiple cascading failovers * timeouts * configurable retries * callback function * inter-process automatic failover under mod_perl =Implementation= ...
1 2 Next