Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.080.270 Times

Dbix freeware
Filter: All | Freeware | Demo
 

Dbix

1 2 3 > 
Added: September 24, 2010 | Visits: 1.300

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,...



Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: July 06, 2010 | Visits: 1.212

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos...





Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: June 23, 2010 | Visits: 950

DBIx::Wrapper DBIx::Wrapper library is a Perl module that serves as a wrapper around DBI, providing additional functionality and convenience methods. Whats New in This Release: - This release adds convenience methods for generating CSV, XML, and bencoded strings from query results. - The...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (106): DBIx::Wrapper Download

Added: June 14, 2010 | Visits: 818

DBIx::SQLCrosstab DBIx::SQLCrosstab Perl module creates a server-side cross tabulation from a database. SYNOPSIS use DBIx::SQLCrosstab; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh, op => [ [SUM,...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (106): DBIx::SQLCrosstab Download

Added: July 16, 2010 | Visits: 695

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: January 15, 2010 | Visits: 709

DBIx::XML::DataLoader DBIx::XML::DataLoader contains a set of modules that are meant to work together. DBIx::XML::DataLoader.pm the core for this package DB.pm which contains the sql specific stuff MapIt.pm handles parsing the xml mapping file IsDefined.pm a simple module for making sure empty data sets are defined...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (100): DBIx::XML::DataLoader Download

Added: May 18, 2010 | Visits: 901

Email::Handle Email::Handle is a Objective Email Handler. SYNOPSIS use Email::Handle; my $email = Email::Handle->new(root@example.com); print $email->is_valid ? yes : no; print $email->obfuscate; print $email->anonymize; print $email; $email->send(From => foo@example.com); This module is also...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Email::Handle Download

Added: September 11, 2010 | Visits: 571

DBIx::XMLMessage DBIx::XMLMessage is a Perl module for XML Message exchange between DBI data sources. The package maintains simple XML templates that describe object structure. The package is capable of generating SQL statements based on these templates and executing them against DBI data sources. After...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): DBIx::XMLMessage Download

Added: November 04, 2010 | Visits: 1.171

HTML::Widget::DBIC HTML::Widget::DBIC is a subclass of HTML::Widgets for dealing with DBIx::Class. SYNOPSIS # create a widget coupled with a db record my $widget = HTML::Widget::DBIC->create_from_config( $config, $resultset, $item ); # process a query my $result = $widget->process ( $query ); # and save...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): HTML::Widget::DBIC Download

Added: February 08, 2010 | Visits: 1.050

DBIx::Class::LibXMLdoc DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): DBIx::Class::LibXMLdoc Download

Added: May 14, 2010 | Visits: 787

DBIx::XMLServer DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests. SYNOPSIS use XML::LibXML; use DBIx::XMLServer; my $xml_server = new DBIx::XMLServer($dbh, "template.xml"); my $doc = $xml_server->process($QUERY_STRING); die "Error: $doc" unless ref $doc; print...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (95): DBIx::XMLServer Download

Added: April 11, 2010 | Visits: 1.172

DBIx::Class::Manual::Cookbook DBIx::Class::Manual::Cookbook is a Perl module that contains miscellaneous recipes. Paged results When you expect a large number of results, you can ask DBIx::Class for a paged resultset, which will fetch only a small number of records at a time: my $rs = $schema->resultset(Artist)->search(...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): DBIx::Class::Manual::Cookbook Download

Added: March 15, 2010 | Visits: 1.089

Catalyst::Example::InstantCRUD Catalyst::Example::InstantCRUD is a CRUD scaffolding for Catalyst. SYNOPSIS instantcrud.pl -name=My::App -dsn=dbi:Pg:dbname=CE -user=zby -password=pass The instantcrud.pl executable creates a skeleton CRUD application in current directory. The parameters are: name of the application and...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::InstantCRUD Download

Added: June 18, 2010 | Visits: 911

DBIx::DBStag DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping. SYNOPSIS use DBIx::DBStag; my $dbh = DBIx::DBStag->connect("dbi:Pg:dbname=moviedb"); my $sql = q[ SELECT studio.*, movie.*, star.* FROM studio NATURAL JOIN movie NATURAL JOIN movie_to_star...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (94): DBIx::DBStag Download

Added: August 19, 2010 | Visits: 968

DBIx::Wrapper::Config DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place. Each "db" element specifies a key/name for the database...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DBIx::Wrapper::Config Download

Added: July 12, 2010 | Visits: 597

DBIx::Log4perl DBIx::Log4perl is a Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle. SYNOPSIS use Log::Log4perl; use DBIx::Log4perl; Log::Log4perl->init("/etc/mylog.conf"); my $dbh = DBIx::Log4perl->connect(DBI:odbc:mydsn, $user, $pass);...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): DBIx::Log4perl Download

Added: April 08, 2010 | Visits: 755

SQL::Preproc SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). SYNOPSIS use SQL::Preproc subclass => Chart, emit => 1, keepsql => 1, syntax => [ Teradata ], pponly => 1, relax => 1, alias => 1, debug => 1; use DBI; use DBI qw(:sql_types); use...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): SQL::Preproc Download

Added: September 09, 2010 | Visits: 640

DBIx::HTMLinterface DBIx::HTMLinterface is a class for creating a CGI interface to a database. SYNOPSIS use CGI; use DBI; use DBIx::HTMLinterface; $cgi = new CGI; $dbh = DBI->connect("DBI:mysql:[DATABASE]:[HOSTNAME]","[USERNAME]","[PASSWORD]") ); $DBinterface = new DBIx::HTMLinterface ($cgi, $dbh,...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): DBIx::HTMLinterface Download

Added: November 11, 2010 | Visits: 1.142

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): DBIx::Simple::Examples Download

Added: March 12, 2010 | Visits: 860

DBIx::XHTML_Table DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table. SYNOPSIS use DBIx::XHTML_Table; # database credentials - fill in the blanks my ($data_source,$usr,$pass) = (); my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass); $table->exec_query(" select...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): DBIx::XHTML_Table Download

1 2 3 >