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

qudo - command to create database scheme

USAGE

qudo [opts]

OPTIONS

--rdbms      database kind [required] ex) mysql SQLite Pg
--db         database name [required] ex) qudo_test
--user       db user                  ex) root
--pass       db password.
--host       db host.
--help       disp help.
--dry_run    disp schema only.
--use_innodb using innodb (optional)