NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
secret project (Score:1)
Re:secret project (Score:2)
Has anyone considered a Parse::RecDescent based SQL parser?
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:secret project (Score:1)
Take a look at
SQL::Translator(on CPAN [cpan.org], also at http://sf.net/projects/sqlfairy/ [sf.net]), which is a set of modules designed to translate the CREATE syntax of one DB into another. Many of the parsers we currently have (MySQL, Sybase, Pg, Oracle) are based on Parse::RecDescent.(darren)
Reply to This
Parent