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.042.308 Times

Perl Dbi Mysql freeware
Filter: All | Freeware | Demo
 

Perl Dbi Mysql

< 1 2 3 4 5 > 
Added: November 03, 2010 | Visits: 1.440

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Email::Store::DBI Download

Added: May 19, 2010 | Visits: 1.043

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: May 12, 2006 | Visits: 6.384

Perl Express A free integrated development environment (IDE) for Perl with multiple tools for writing and debugging your scripts. It features multiple CGI scripts for editing, running, and debugging; multiple input files; full server simulation; queries created from an internal Web browser or query editor;...


Platforms: Windows

License: Freeware Size: 3.29 MB Download (910): Perl Express Download

Added: July 09, 2010 | Visits: 564

DBIWrapper DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL and ODBC DBD modules. High level methods for reading and writing to the database are provided. DBI data structures or XML are returned.


Platforms: *nix

License: Freeware Size: 27.65 KB Download (87): DBIWrapper Download

Added: July 07, 2010 | Visits: 788

OpenPlugin::Datasource::DBI OpenPlugin::Datasource::DBI is a DBI driver, used to create DBI database handles for the OpenPlugin::Datasource plugin. SYNOPSIS # Define the parameters for a database handle main in the config file type = DBI db_owner = username = webuser password = urkelnut dsn =...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (89): OpenPlugin::Datasource::DBI Download

Added: July 24, 2010 | Visits: 1.471

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: October 21, 2010 | Visits: 943

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): Audio::DB::Adaptor::dbi::sqlite Download

Added: May 10, 2013 | Visits: 583

MySQL Backup Tool MySQL Backup is written in Perl. It uses mysqlshow to grab the database names and "show tables" to grab the table names for a user's account, and then uses mysqldump to save the data in a subdirectory named in the script. It then tars and gzips the files, using the date and time for the file...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (54): MySQL Backup Tool Download

Added: May 10, 2013 | Visits: 687

MySQL Database Backup PERL Script to backup your OSCommerce database under MySQL. This script will perform a dump of your database as well as create a Hot Backup of the database. Both backup types will be tarred and compressed into a single file.Full installation and modification instructions are included to automate...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): MySQL Database Backup Download

Added: May 10, 2013 | Visits: 414

simple mysql simple mysql provides you access to a mysql server in a perl/php style. It is a simple but easy to use OOP warp around the standard mysql c api without any complicated techniques and objects classes.


Platforms: Windows, Mac, *nix, Delphi, BSD Solaris

License: Freeware Download (62): simple mysql Download

Added: July 16, 2013 | Visits: 290

DBI class The DBI class is MySQL database access wrapper.DBI class can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.The comments in the code are in Spanish.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): DBI class Download

Added: January 18, 2010 | Visits: 1.166

Circa::Indexer Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql. SYNOPSIS use Circa::Indexer; my $indexor = new Circa::Indexer; die "Erreur à la connection MySQL:$DBI::errstrn" if (!$indexor->connect); $indexor->create_table_circa;...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (96): Circa::Indexer 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 02, 2010 | Visits: 1.083

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: November 10, 2010 | Visits: 1.107

libdbi-drivers libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The libdbi-drivers project...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Added: March 05, 2010 | Visits: 837

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: February 09, 2010 | Visits: 961

DBD::Teradata DBD::Teradata is Perl module with a DBI driver for Teradata. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:Teradata:hostname, user, password); See DBI for more information. Refer to the included tdatdbd.html..


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): DBD::Teradata 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 (100): DBIx::Wrapper Download

Added: April 24, 2010 | Visits: 1.385

Mysql Assistant Mysql Assistant is a MySQL viewer. Mysql Assistant requires Ruby-Gtk2 and MySQL/Ruby. Myassistant is a MySQL viewer using, Ruby, Ruby-Gtk2, MySQL/Ruby and developed on ruby-1.8.4, Mysql-5.0.16, mysql-ruby-2.7, ruby-gtk2-0.14.1. Currently 3 APIs are provided for MySQL, MySQL/Ruby, Ruby/MySQL,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (128): Mysql Assistant Download

Added: August 09, 2010 | Visits: 842

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (88): AnyData::Format::XML Download

< 1 2 3 4 5 >