caseycole589 has asked for the wisdom of the Perl Monks concerning the following question:
I am currently working through this <a http://oliverguenther.de/2014/04/applications-with-mojolicious-part-four-database-schemas-with-dbixclass/ tutorial on building a mojolicious web app for a project in the tutorial he talks about using this in a script to create a database schema. my $schema = Moblo::Schema->connect('dbi:SQLite:moblo.db'); $schema->deploy(); and I have tried running perl -e '...' putting it in different files and everything else I can think of, but to no success here is my code on https://www.github.com/caseycole589/MojoDojo => github I am pretty lost on how to get this thing to create the schema so any help would be appreciated.
I Apologize in advance for not being able to get links to format right. Sorry about spelling in title fixed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help wiht mojolicious
by trippledubs (Deacon) on Mar 17, 2015 at 05:43 UTC | |
by Anonymous Monk on Mar 17, 2015 at 06:37 UTC | |
by trippledubs (Deacon) on Mar 17, 2015 at 13:57 UTC | |
by Anonymous Monk on Mar 17, 2015 at 07:26 UTC | |
by ww (Archbishop) on Mar 17, 2015 at 12:36 UTC | |
by caseycole589 (Initiate) on Mar 17, 2015 at 23:13 UTC | |
by Anonymous Monk on Mar 17, 2015 at 23:44 UTC | |
|
Re: Help wiht mojolicious
by Anonymous Monk on Mar 17, 2015 at 04:40 UTC |