diff options
Diffstat (limited to 'test_run.pl')
| -rw-r--r-- | test_run.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_run.pl b/test_run.pl new file mode 100644 index 0000000..a60f1f1 --- /dev/null +++ b/test_run.pl @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use lib 'lib'; +use JournalApp::Schema; +use Data::Dumper; + +my $schema = JournalApp::Schema->connect( 'dbi:SQLite:./journals.db', '', ''); + +print Dumper $schema; |
