FWS-Lite
view release on metacpan or search on metacpan
lib/FWS/Lite.pm view on Meta::CPAN
DBName => "/home/user/your.db");
=head1 DESCRIPTION
This module provides basic input and output to a FrameWork Sites installation or can be used independently using the methodologies of FrameWork Sites data structures and file handling in a small package.
=head1 CONSTRUCTOR
Most uses of FWS::Lite are accessing data from live FWS installations and do not require anything but the database credentials. All non-required settings can be set for completeness or for the ability to run native FWS Code via FWS::Lite for testin...
=head2 new
my $fws = $fws->new(
DBName => "DBNameOrSQLitePathAndFile", # MySQL required
DBUser => "myDBUser", # MySQL required
DBPassword => "myDBPassword", # MySQL required
DBHost => "somePlace.somewhere.com", # default: localhost
DBType => "MySQL") # default: MySQL
( run in 0.231 second using v1.01-cache-2.11-cpan-4d50c553e7e )