Last Version

SchemaCrawler for Generic Database 11.02.01

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. You can find potential schema design issues with lint. The output serves for database documentation is designed to be diff-ed against other database schemas. SchemaCrawler can generate schema diagrams.

License

License

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

schemacrawler-generic
Version

Version

11.02.01
Type

Type

jar
Description

Description

SchemaCrawler for Generic Database
SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. You can find potential schema design issues with lint. The output serves for database documentation is designed to be diff-ed against other database schemas. SchemaCrawler can generate schema diagrams.
Project Organization

Project Organization

Sualeh Fatehi

Download schemacrawler-generic 11.02.01


<!-- https://jarcasting.com/artifacts/us.fatehi/schemacrawler-generic/ -->
<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>schemacrawler-generic</artifactId>
    <version>11.02.01</version>
</dependency>
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler-generic/
implementation 'us.fatehi:schemacrawler-generic:11.02.01'
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler-generic/
implementation ("us.fatehi:schemacrawler-generic:11.02.01")
'us.fatehi:schemacrawler-generic:jar:11.02.01'
<dependency org="us.fatehi" name="schemacrawler-generic" rev="11.02.01">
  <artifact name="schemacrawler-generic" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.fatehi', module='schemacrawler-generic', version='11.02.01')
)
libraryDependencies += "us.fatehi" % "schemacrawler-generic" % "11.02.01"
[us.fatehi/schemacrawler-generic "11.02.01"]

Dependencies

compile (1)

Group / Artifact Type Version
us.fatehi : schemacrawler jar 11.02.01

provided (1)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.3.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
xmlunit : xmlunit jar 1.5
com.google.code.gson : gson jar 2.3
com.google.guava : guava-collections jar r03

Project Modules

There are no modules declared in this project.