Group
Extension

Matches 8

NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general.pod ( view source; MetaCPAN )
----------
    This subroutine can read file database config PHP.
    And output of subroutine in JSON Format and can used as
    parameter database config in module L<NKTI::general::dbconnect>.

    
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/dbms/sqlite.pm ( view source; MetaCPAN )
package NKTI::general::dbms::sqlite;

use strict;
use warnings;
use DBI;
use JSON;
use Data::Dumper;

# Subroutine for SQLite error Handling :
# ----------------------------------------------
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/check.pm ( view source; MetaCPAN )
package NKTI::general::check;

use strict;
use warnings;
use JSON;
use NKTI::general::request::post;
use NKTI::general::dbconnect;
use NKTI::general::char::split;

# Items to export into call
   ----------------------------------------
    _db_config =>       Parameter yang berisi String JSON Konfigurasi Database.
    _query_get =>       Parameter yang berisi query untuk mengambil data A
 ----------------------------------------------------------------
    my $unpack_dbconf = decode_json($db_config);
    my $prefix_db = $unpack_dbconf->{'prefix_table'};

    # Action for Check Aut
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/dbconnect.pm ( view source; MetaCPAN )
package NKTI::general::dbconnect;

use strict;
use warnings;
use JSON::XS;
use DBI;

# Create Module for Connection MySQL Database :
# ---------------------------------------------------------
   # ----------------------------------------------------------------
    my $db_config = decode_json($get_db_config);
    my $db_user = $db_config->{'db_user'};
    my $db_pass = $db_config->{'db_
   # ----------------------------------------------------------------
    my $db_config = decode_json($get_db_config);
    my $db_user = $db_config->{'db_user'};
    my $db_pass = $db_config->{'db_
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/request/post.pm ( view source; MetaCPAN )
gs;
use Data::Dumper;
use LWP::UserAgent;
use HTTP::Request::Common qw{ POST };
use CGI;
use JSON;

# Create Module for Action Request POST :
# ------------------------------------------------
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/dbms/mysql.pm ( view source; MetaCPAN )
package NKTI::general::dbms::mysql;

use strict;
use warnings;
use DBI;
use JSON;
use Data::Dumper;

# Subroutine for Error Handling MySQL Connection :
# -------------------------------------
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/file/read.pm ( view source; MetaCPAN )
package NKTI::general::file::read;

use strict;
use warnings;
use JSON;
use Data::Dumper;

# Create Constructor Module :
# ---------------------------------------------------------------------
----------------
    
    # for IF $type == 'json' :
    # ----------------------------------------------------------------
    elsif ($type eq 'json') {
        # -------------------------------
es :
        # ----------------------------------------------------------------
        $data = json_berkas($loc_files);
    }

    # Check IF $type == 'dbconf' :
    # -------------------------
NKTI-general ( Y/YU/YUSRIDEB/NKTI-general-0.17.tar.gz, YUSRIDEB, 2018; MetaCPAN )
NKTI-general/lib/NKTI/general/dbconnect_devel.pm ( view source; MetaCPAN )
package NKTI::general::dbconnect_devel;

use strict;
use warnings;
use JSON;
use DBI;

# Subroutine for MySQL RDMS connection :
# --------------------------------------------------------------
   # ----------------------------------------------------------------
    my $db_config = decode_json($get_db_config);
    my $db_user = $db_config->{'db_user'};
    my $db_pass = $db_config->{'db_

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