Последняя версия

SchemaCrawler [All] 10.10.05

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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.schemacrawler
Идентификатор

Идентификатор

schemacrawler-all
Версия

Версия

10.10.05
Тип

Тип

pom
Описание

Описание

SchemaCrawler [All]
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.
Организация-разработчик

Организация-разработчик

Sualeh Fatehi

Скачать schemacrawler-all 10.10.05

Имя Файла Размер
schemacrawler-all-10.10.05.pom 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/ -->
<dependency>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler-all</artifactId>
    <version>10.10.05</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/
implementation 'net.sourceforge.schemacrawler:schemacrawler-all:10.10.05'
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/
implementation ("net.sourceforge.schemacrawler:schemacrawler-all:10.10.05")
'net.sourceforge.schemacrawler:schemacrawler-all:pom:10.10.05'
<dependency org="net.sourceforge.schemacrawler" name="schemacrawler-all" rev="10.10.05">
  <artifact name="schemacrawler-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.schemacrawler', module='schemacrawler-all', version='10.10.05')
)
libraryDependencies += "net.sourceforge.schemacrawler" % "schemacrawler-all" % "10.10.05"
[net.sourceforge.schemacrawler/schemacrawler-all "10.10.05"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.hsqldb : hsqldb jar 2.3.2

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
xmlunit : xmlunit jar 1.5
com.google.code.gson : gson jar 2.2.4
com.google.guava : guava-collections jar r03

Модули Проекта

  • schemacrawler-api
  • schemacrawler-tools
  • schemacrawler-commandline
  • schemacrawler-integrations
  • schemacrawler-lint
  • schemacrawler-offline
  • schemacrawler-generic
  • schemacrawler-db2
  • schemacrawler-derby
  • schemacrawler-hsqldb
  • schemacrawler-mysql
  • schemacrawler-oracle
  • schemacrawler-postgresql
  • schemacrawler-sqlite
  • schemacrawler-sqlserver
  • schemacrawler-sybaseiq
  • schemacrawler-docs
  • schemacrawler-site
  • schemacrawler