All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emacrawler.12.02.01.source-code.sc.css Maven / Gradle / Ivy

Go to download

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, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

There is a newer version: 16.22.2
Show newest version
body, p, li, td, th, caption, select, input, strong {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: rgb(16, 16, 16);
}

body {
  margin-top: 1rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
}

code, pre, tt {
  font-family: 'Lucida Console', Monaco, 'Courier New', monospace;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: rgb(16, 16, 16);
}

hr {
  height: 1px;
  border-width: 1px 0px 0px 0px;
  color: Silver;
}

p {
  margin-bottom: 0.5rem;
}

caption {
  font-weight: bold;
  border-bottom: 2px solid rgb(190, 190, 190);
  text-align: left;
}

h1, h2, h3 {
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
  margin-top: 1.0rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

h3 {
  font-size: 1.0rem;
  line-height: 1.2rem;
}

dl, ul, ol {
  padding: 0px 0px 0px 0px;
  border: 0px;
  background-color: #ffffff;
  margin-left: 1rem;
  padding-left: 1rem;
}

li {
  margin-top: 0.3rem;
}

a: link {
  color: Maroon;
}

a: visited {
  color: Navy;
}

a: active, a: hover {
  color: Blue;
}

table, th, td {
  border: 1px solid rgb(240, 240, 240);
  border-collapse: collapse;
  vertical-align: top;
  padding: 2px;
}

table {
  width: 800px;
  max-width: 1000px;
  min-width: 600px;
}

th {
  font-weight: bold;
  border-bottom: 1px solid rgb(190, 190, 190);
}

blockquote {
  background: #f9f9f9;
  margin: 5px;
  border-left: 10px solid #ccc;
  padding: 0.5rem 10px;
}

blockquote: before {
  color: #ccc;
  font-size: 4rem;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -0.4rem;
}

blockquote p {
  display: inline;
  background: #f9f9f9;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy