Aion-Query
view release on metacpan or search on metacpan
lib/Aion/Query.pm view on Meta::CPAN
use Aion::Format qw//;
use Aion::Format::Json qw//;
use B qw//;
use DBI qw//;
use Scalar::Util qw//;
use List::Util qw//;
use Exporter qw/import/;
our @EXPORT = our @EXPORT_OK = grep {
ref \$Aion::Query::{$_} eq "GLOB"
&& *{$Aion::Query::{$_}}{CODE} && !/^(_|(NaN|import)\z)/n
} keys %Aion::Query::;
use config {
DSN => undef,
DRV => 'mysql',
BASE => 'BASE',
HOST => undef,
PORT => undef,
SOCK => undef,
USER => 'root',
( run in 0.237 second using v1.01-cache-2.11-cpan-4d50c553e7e )