summaryrefslogtreecommitdiff
path: root/test_run.pl
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-09-25 19:02:14 -0700
committeryo mama <pepper@scannerjammer.com>2014-09-25 19:02:14 -0700
commite61580d80721da69eb91dc8c1a8f450402b7c1e5 (patch)
tree9b9627a225449b545c86be5dbf444a17f4b004d3 /test_run.pl
parenta4e35936612d7169839b4b52a6ca8b5761b31bc1 (diff)
added2
Diffstat (limited to 'test_run.pl')
-rw-r--r--test_run.pl9
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;