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

emacrawler.12.02.01.source-code.sc_output.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


.name {
	font-weight: bold;
	min-width: 350px;
}

.property_name {
	min-width: 350px;
}

.property_value {
	min-width: 250px;
}

.right {
	text-align: right;
}

.description {
	min-width: 450px;
}

.spacer {
	min-width: 20px;
}

.subname {
	min-width: 150px;
}

.type {
	min-width: 150px;
}

.definition {
	white-space: pre-line;
}

.data_binary {
	font-style: italic;
	color: rgb(64, 64, 64);
}

.data_null {
	font-weight: italic;
	color: rgb(64, 64, 64);
	background-color: rgb(240, 240, 240);
}

.data_number {
	text-align: right;
	padding-right: 5px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy