http://sqlfairy.sourceforge.net http://search.cpan.org/dist/SQL-Translator SQL::Translator is a group of Perl modules that manipulate structured data definitions (mostly database schemas) in interesting ways, such as converting among different dialects of CREATE syntax (e.g., MySQL-to-Oracle), visualizations of schemas (pseudo-ER diagrams: GraphViz or GD), automatic code generation (using Class::DBI), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation (HTML and POD), and more. New to version 0.03 is the ability to talk directly to a database through DBI to query for the structures of several databases. For example, I use it to convert database from MySQL to PostgreSQL: $ sqlt -f MySQL -t PostgreSQL books.sql > books-pg.sql Attached two ebuild's: stable and develop Require dev-per/Class-Base (New Package)
Created attachment 138373 [details] SQL-Translator-0.0899.ebuild ( devel )
Created attachment 138374 [details] SQL-Translator-0.08001.ebuild ( stable )
Please review the following and explain why is this ebuild needed; thanks. http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1#doc_chap2