projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d78b115
)
basic Producer roles
Justin Hunter [Fri, 3 Jul 2009 21:56:19 +0000 (14:56 -0700)]
lib/SQL/Translator/Producer/PostgreSQL.pm
[new file with mode: 0644]
patch
|
blob
lib/SQL/Translator/Producer/SQLite.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/SQL/Translator/Producer/PostgreSQL.pm
b/lib/SQL/Translator/Producer/PostgreSQL.pm
new file mode 100644
(file)
index 0000000..
93e7d19
--- /dev/null
+++ b/
lib/SQL/Translator/Producer/PostgreSQL.pm
@@ -0,0
+1,5
@@
+package SQL::Translator::Producer::PostgreSQL;
+use namespace::autoclean;
+use Moose::Role;
+
+1;
diff --git a/lib/SQL/Translator/Producer/SQLite.pm
b/lib/SQL/Translator/Producer/SQLite.pm
new file mode 100644
(file)
index 0000000..
aa29b8f
--- /dev/null
+++ b/
lib/SQL/Translator/Producer/SQLite.pm
@@ -0,0
+1,5
@@
+package SQL::Translator::Producer::SQLite;
+use namespace::autoclean;
+use Moose::Role;
+
+1;