The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

test_dbd_driver.pl - Perform tests on a DBD driver to see if it may work with SPOPS

SYNOPSIS

# Create a table to test -- test_dbd_driver.sql has a sample. (This
# is database-specific.)

# Mysql

mysql --user=root --password=password test < test_dbd_driver.sql

# Sybase/MS SQL

isql -Usa -Dmaster -Ppassword -i test_dbd_driver.sql

# Postgres

psql -U postgres test < test_dbd_driver.sql

# Edit the file 'test_dbd_driver.dat' with connection info

dbd         mysql
dsn         test
usename     nobody
password    nobody
table       spopstest

# Run the test

perl test_dbd_driver.pl

DESCRIPTION

To come...

AUTHORS

Chris Winters <chris@cwinters.com>