SchemaCrawler for MariaDB

Free database schema discovery and comprehension tool

License

License

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

schemacrawler-mariadb
Last Version

Last Version

14.08.06
Release Date

Release Date

Type

Type

jar
Description

Description

SchemaCrawler for MariaDB
Free database schema discovery and comprehension tool
Project Organization

Project Organization

Sualeh Fatehi

Download schemacrawler-mariadb

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
us.fatehi : schemacrawler jar 14.08.06
org.mariadb.jdbc : mariadb-java-client jar 1.4.5

provided (1)

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

test (8)

Group / Artifact Type Version
junit : junit jar 4.12
com.github.stefanbirkner : system-rules jar 1.16.0
xmlunit : xmlunit jar 1.6
nl.jqno.equalsverifier : equalsverifier jar 2.1
commons-io : commons-io jar 2.5
com.google.code.gson : gson jar 2.6.2
com.google.guava : guava-collections jar r03
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.

Quick Build Integration Tests codecov

The Central Repository Main distribution Docker Pulls Chocolatey

SchemaCrawler

About

SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler has a good mix of 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 SE 8 or better.

SchemaCrawler is also a Java API that makes working with database metadata as easy as working with plain old Java objects.

Licensing

SchemaCrawler is available under a number of licenses.

Distributions and Downloads

Explore the SchemaCrawler command-line with a live tutorial on Katacoda. Download SchemaCrawler releases with tutorials from GitHub. All SchemaCrawler jars are in the Central Repository. They can be used as dependencies in Gradle or Apache Maven projects, or with any other build system that supports the Central Repository. Pre-packaged Docker images are on Docker Hub. Platform-specific installers for SchemaCrawler Interactive Shell are available as releases on schemacrawler/SchemaCrawler-Installers.

Additional SchemaCrawler database plugins are available from the schemacrawler/SchemaCrawler-Database-Plugins project.

SchemaCrawler reports can be incorporated into Apache Maven builds with the SchemaCrawler Report Maven Plugin and into the GitHub Actions workflow with the SchemaCrawler Action.

Support

Please get support on Stack Overflow, following the Guidelines for Support.

Versions

Version
14.08.06
14.08.05
14.08.04
14.08.03
14.08.02
14.08.01
14.07.08
14.07.07
14.07.06
14.07.05
14.07.04
14.07.03
14.07.02
14.07.01
14.06.05
14.06.04
14.06.03
14.06.02
14.06.01
14.05.05
14.05.04
14.05.03
14.05.02
14.05.01
14.04.04
14.04.03
14.04.02
14.04.01