Questions tagged [schemacrawler]

SchemaCrawler is a free database schema discovery and comprehension tool.

SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler has a good mix useful features for data governance. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output serves for database documentation, and is designed to be diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. You can execute scripts in any standard scripting language against your database. You can find potential schema design issues with lint.

SchemaCrawler supports almost any database that has a JDBC driver, but for convenience is bundled with drivers for some commonly used RDBMS systems. SchemaCrawler works with any operating system that supports Java 8 or better.

108 questions
-1
votes
1 answer

Which version of Python is used for schemacrawler

SchemaCrawler says it supports python, but it does not reference whether it support 2.7 or 3.5. This link references Python in the fourth paragraph: http://sualeh.github.io/SchemaCrawler/ What version of python does it support?
Be Kind To New Users
  • 9,672
  • 13
  • 78
  • 125
-1
votes
1 answer

Not able to use schemacrawler.

I have followed this link, http://schemacrawler.sourceforge.net/bundled.html I am using Oracle 11g database, As per the doc I have downloaded the bundle for Oracle and downloaded the ojdbc driver for it (ojdbc.6.jar) and placed it in the lib…
user3465502
  • 71
  • 2
  • 7
-2
votes
1 answer

Is there a way to show crow's feet on schemacrawler diagrams?

I am testing out schemacrawler. I like the diagram it generates, but I can't find an option to generate the crow's feet for one-to-many table relationships. How could I achieve that?
1 2 3 4 5 6 7
8