Group
Extension

Matches 2

SQL-SimpleOps ( C/CC/CCELSO/SQL-SimpleOps-2024.213.1.tar.gz, CCELSO, 2024; MetaCPAN )
SQL-SimpleOps/lib/SQL/SimpleOps.pm ( view source; MetaCPAN )
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);
	}

	## 
SQL-SimpleOps ( C/CC/CCELSO/SQL-SimpleOps-2024.213.1.tar.gz, CCELSO, 2024; MetaCPAN )
SQL-SimpleOps/lib/SQL/SimpleOps.pod ( view source; MetaCPAN )
 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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.