summaryrefslogtreecommitdiff
path: root/extract-seed.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--extract-seed.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/extract-seed.pl b/extract-seed.pl
new file mode 100644
index 0000000..293c270
--- /dev/null
+++ b/extract-seed.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use githubexplorer::Schema;
+
+my $schema = githubexplorer::Schema->connect(); \ No newline at end of file