ings;
use Exporter;
use DBI;
use File::Spec;
## dynamic modules
## option configfile=
## JSON
## option driver=[drivername]
## SQL::SimpleOps::[interface]::[driver]
## option message_log
IMPLE_RC_SYNTAX,"026",$!);
return undef;
}
require JSON;
my $st; while (!$fh->eof) { $st .= <$fh>; }; undef($fh);
my $pt = new JSON(); $self->{argv} = $pt->decode($st); undef($pt);
}
##
can specify all options and provide changes without recoding.
The format of config file must be JSON and respect the struct below.
{
"db":"database_name",
"schema":"schema-name",
"dri
the options.
you must need use only the mandatory options for your application.
B<REMEMBER:> The JSON format does not allow comma at the end of last field in braces.
=head3 Supported Arguments Forma