diff options
| author | yo mama <pepper@scannerjammer.com> | 2014-09-25 19:02:14 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2014-09-25 19:02:14 -0700 |
| commit | e61580d80721da69eb91dc8c1a8f450402b7c1e5 (patch) | |
| tree | 9b9627a225449b545c86be5dbf444a17f4b004d3 /test_run.pl | |
| parent | a4e35936612d7169839b4b52a6ca8b5761b31bc1 (diff) | |
added2
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; |
