资 源 简 介
Project Aims
This project aims to create a simple application and framework for converting between various formats that can be represented as database objects. This is done through the concept of parsers and producers.
Parser
Parsers take a source and convert it into intermediate Java objects. Anything that can be represented as a database object (Table, Data, Index, etc) can be implemented as a parser.
For example a CSV file is the equivalent of a table and data.
The following parsers are available:
JDBC / ODBC Connection
Delimited file (CSV, TAB, etc)
MS Access 2000-2007 MDB (Via Jackcess)
XML Format
Apache Turbine
SQL Fairy
MySQL Workbench
DB Designer
LiquiBase
Generator (Generates random schemas)