File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ class SchemaCrawlerMigrations {
1616 name = " SchemaCrawler" ,
1717 description =
1818 " SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler " +
19- " has a good mix of useful features for data governance. You can search for database " +
20- " schema objects using regular expressions, and output the schema and data in a readable " +
21- " text format. The output serves for database documentation, and is designed to be " +
22- " diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. " +
23- " You can execute scripts in any standard scripting language against your database. You " +
24- " can find potential schema design issues with lint." ,
19+ " has a good mix of useful features for data governance. You can search for database " +
20+ " schema objects using regular expressions, and output the schema and data in a readable " +
21+ " text format. The output serves for database documentation, and is designed to be " +
22+ " diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. " +
23+ " You can execute scripts in any standard scripting language against your database. You " +
24+ " can find potential schema design issues with lint." ,
2525 websiteUrl = " https://www.schemacrawler.com"
2626 ).insert()
2727 }
You can’t perform that action at this time.
0 commit comments