The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Mysql"

MySQL::Hi - Credentials for MySQL/MariaDB from config files River stage zero No dependents

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 River stage one • 3 direct dependents • 5 total dependents

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. River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 2 direct dependents • 2 total dependents

GRAVATTJ/MySQL-Util-0.41 - 17 Jan 2020 21:58:37 UTC

MySQL::Diff - Generates a database upgrade instruction set River stage zero No dependents

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

Coro::Mysql - let other threads run while doing mysql/mariadb requests River stage zero No dependents

(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

MojoX::Mysql - Mojolicious ♥ Mysql River stage zero No dependents

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. River stage two • 1 direct dependent • 31 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage zero No dependents

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::RunSQL - Run SQL queries against a MySQL database and return the results to STDOUT or XLSX file. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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::mycrud - nothing but the mysql methods for myself River stage zero No dependents

YHPENG/MySQL-mycrud-0.03 - 20 May 2014 08:08:53 UTC

MySQL::Config - Parse and utilize MySQL's /etc/my.cnf and ~/.my.cnf files River stage zero No dependents

"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 River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 1 direct dependent • 1 total dependent

"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 River stage zero No dependents

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
435 results (0.022 seconds)