Search results for "module:Mysql"
MySQL::Hi - Credentials for MySQL/MariaDB from config files
The module to read config with credentials for MySQL/MariaDB conection. It does NOT do any MySQL/MariaDB connections, it is ONLY needed to read a config file and return credentials, comannd line options for MySQL/MariaDB client, or DSN for DBD::mysql...
ANDREIP/MySQL-Hi-0.03 - 25 Dec 2019 11:54:14 UTC
Mojo::mysql - Mojolicious and Async MySQL/MariaDB
Mojo::mysql is a tiny wrapper around DBD::mysql and DBD::MariaDB that makes MySQL <http://www.mysql.org> and MariaDB <https://mariadb.org/> a lot of fun to use with the Mojolicious <http://mojolicio.us> real-time web framework. The two DBD drivers ar...
JHTHORSEN/Mojo-mysql-1.27 - 26 Oct 2023 12:00:29 UTC
MOBY::mysql - makes a MYSQL database connection.
makes a mysql conneciton to the database. Should be created via a central_db_connection object only!...
EKAWAS/MOBY-1.16 - 29 Mar 2015 13:34:52 UTC
MySQL::Util - Utility functions for working with MySQL.
GRAVATTJ/MySQL-Util-0.41
-
17 Jan 2020 21:58:37 UTC
Coro::Mysql - let other threads run while doing mysql/mariadb requests
(Note that in this manual, "thread" refers to real threads as implemented by the Coro module, not to the built-in windows process emulation which unfortunately is also called "threads"). This module replaces the I/O handlers for a database connection...
MLEHMANN/Coro-Mysql-2.1 - 04 Mar 2019 11:41:29 UTC
MySQL::Diff - Generates a database upgrade instruction set
Generates the SQL instructions required to upgrade the first database to match the second....
ESTRABD/MySQL-Diff-0.60 - 05 Jun 2018 18:21:02 UTC
MojoX::Mysql - Mojolicious ♥ Mysql
MojoX::Mysql is a tiny wrapper around DBD::mysql that makes Mysql a lot of fun to use with the Mojolicious real-time web framework....
KOSTYA/MojoX-Mysql-0.22 - 12 May 2016 13:53:06 UTC
Crypt::MySQL - emulate MySQL PASSWORD() function.
Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient. You can compare encrypted passwords, without real MySQL environment....
IKEBE/Crypt-MySQL-0.04 - 14 Aug 2006 10:32:51 UTC
MySQL::Admin - Just a MySQL administration Web-App
MySQL::Admin is a Database Web-frontend and CMS. This Module is an CGI subclass, mainly written for MySQL::Admin::GUI. EXPORT export_ok: $ACCEPT_LANGUAGE translate init session createSession $m_hrParams clearSession $m_qy include sessionValidity incl...
LZE/MySQL-Admin-1.18 - 26 May 2019 14:49:11 UTC
OSSEC::MySQL - Module for getting information from the OSSEC Mysql Database
This Module/Class is part of the OSSEC distribution. It simplifies querying and working with OSSEC and its MySQL database output. At the moment you are able to search for an alert given by its id. Update the signature table within the database, which...
BYTERAZOR/OSSEC-0.1 - 20 Dec 2019 11:51:26 UTC
Mojar::Mysql - Suite of MySQL integration tools.
Mojar::Mysql::Connector Subclass of DBI providing sensible defaults, easy management of parameters, richer connectors, connection cacheing, and convenience methods. Mojar::Mysql::Replication Class for monitoring and managing repliation threads. $repl...
NICZERO/Mojar-Mysql-2.132 - 04 May 2017 11:10:41 UTC
MySQL::Slurp - Use PIPEs to write directly to a MySQL table
MySQL::Slurp provides methods for writing directly to a MySQL table using a convenient interface. This module creates a writable FIFO and uses "mysqlimport" or "LOAD DATA INFILE" to load whatever is written to that FIFO. This is the fastest method fo...
CTBROWN/MySQL-Slurp-0.28 - 06 May 2010 08:01:43 UTC
MySQL::mycrud - nothing but the mysql methods for myself
YHPENG/MySQL-mycrud-0.03
-
20 May 2014 08:08:53 UTC
MySQL::RunSQL - Run SQL queries against a MySQL database and return the results to STDOUT or XLSX file.
MySQL::RunSQL provides a simple object oriented interface to DBD::mysql for running a queries against a MySQL database. Data is returned to STDOUT as a comma delimited list or is written out to an XLSX file....
GEEKLADY/MySQL-RunSQL-1.2 - 14 Sep 2012 13:39:49 UTC
MySQL::Warmer - execute warming up queries for InnoDB
MySQL::Warmer is to execute warming up queries on cold DB server. I consulted following entry about warming up strategy of this module. <http://labs.cybozu.co.jp/blog/kazuho/archives/2007/10/innodb_warmup.php >...
SONGMU/MySQL-Warmer-0.02 - 20 Jan 2017 11:37:41 UTC
NOTEDB::mysql - module lib for accessing a notedb from perl
You can use this module for accessing a note database. There are currently two versions of this module, one version for a SQL database and one for a binary file (note's own database-format). However, both versions provides identical interfaces, which...
TLINDEN/note-1.3.26 - 02 Nov 2018 15:22:48 UTC
MySQL::Config - Parse and utilize MySQL's /etc/my.cnf and ~/.my.cnf files
"MySQL::Config" emulates the "load_defaults" function from libmysqlclient. Just like "load_defaults", it will fill an aray with long options, ready to be parsed by "getopt_long", a.k.a. "Getopt::Long"....
DARREN/MySQL-Config-1.04 - 02 Aug 2008 15:57:30 UTC
Config::MySQL - Read and write MySQL-style configuration files
This module extends Config::INI to support reading and writing MySQL-style configuration files. Although deceptively similar to standard ".INI" files, they can include bare boolean options with no value assignment and additional features like "!inclu...
IARNELL/Config-MySQL-0.02 - 01 Apr 2010 03:24:24 UTC
MySQL::Backup - Perl extension for making backups of mysql DBs.
"MySQL::Backup" should be useful for people, who needed in backuping mysql DBs by perl script and doesn't want to use mysqldump or doesn't able to do this. Main Methods * "$mb->create_structure()" - returns structure of current database * "$mb->data_...
DMITRY/MySQL-Backup-0.04 - 16 Oct 2007 23:26:02 UTC
Apache::Mysql - Initiate a persistent database connection to Mysql
This module supplies a persistent database connection to Mysql. You will need to have mysqlperl installed on your system. You should really use Apache::DBI instead of this module (this module was written when DBI::Mysql had problems, which have since...
NJENSEN/ApacheMysql-0.3 - 26 Apr 1998 19:29:05 UTC