Small. Fast. Reliable.
Choose any three.
*** 28,34 ****
  
  *: {link: http://sqlfairy.sourceforge.net/ SQLFairy or SQL::Translator}
  
! From their website:
  
  _: SQL::Translator is a group of Perl modules that manipulate structure 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. 
  
--- 28,34 ----
  
  *: {link: http://sqlfairy.sourceforge.net/ SQLFairy or SQL::Translator}
  
! _: From their website:
  
  _: SQL::Translator is a group of Perl modules that manipulate structure 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. 
  
***************
*** 37,39 ****
--- 37,43 ----
  *: {link: http://www.rosa.nl/Bold2 Firebird <-> SQLite}
  
  _: Windows executable with sources
+ 
+ *: {link: http://www.kexi-project.org/ Kexi}
+ 
+ _: Kexi (Open Source MS Access competitor) is able to import/export database schemas between SQLite format (which is Kexi's native format) and server engines. Importing tables with CSV format is also available with a nice GUI.