NAME
bpmengine-spawn - Spawn an sqlite database with BPM-Engine tables
SYNOPSIS
bpmengine-spawn [OPTION]
Options:
-? -help display this help and exits
-ddl create DDL files in ./var
-deploy deploy tables into new or existing database at ./t/var/bpmengine.db
-drop drop existing database/tables when deploying
Examples:
bpmengine-spawn -ddl
bpmengine-spawn -drop -deploy
DESCRIPTION
Spawn a sqlite database with BPM::Engine tables
SEE ALSO
AUTHOR
Peter de Vos, <sitetech at cpan.org>
COPYRIGHT AND LICENSE
Copyright 2010, 2011 Peter de Vos, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.