SchemaCrawler 10.3 发布,简化Java操作数据库结构的类库

jopen 11年前

SchemaCrawler简化Java操作数据库结构的类库。 It is also a database schema discovery and comprehension and schema documentation tool. You can search for database schema objects using regular expressions, output the schema and data in a readable text format, and find potential design issues with lint . The output is designed to be diff-ed against other database schemas. SchemaCrawler supports almost any database which has a JDBC driver, but for convenience is bundled with drivers for some commonly-used RDBMS systems. SchemaCrawler works with any operating system which supports Java。

发布日志: This release has a rework of the column data type classes, as well as a workaround for an Oracle JDBC driver bug with reporting data type information.