From e61580d80721da69eb91dc8c1a8f450402b7c1e5 Mon Sep 17 00:00:00 2001 From: yo mama Date: Thu, 25 Sep 2014 19:02:14 -0700 Subject: added2 --- test_run.pl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test_run.pl (limited to 'test_run.pl') 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; -- cgit v1.2.3-70-g09d2