-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathschemacrawler-pathway.json
More file actions
31 lines (31 loc) · 1.11 KB
/
schemacrawler-pathway.json
File metadata and controls
31 lines (31 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"title": "SchemaCrawler Course",
"description": "Complete SchemaCrawler training",
"courses": [
{
"course_id": "schemacrawler",
"title": "SchemaCrawler - Introduction",
"description": "Introduction to the SchemaCrawler Command-line"
},
{
"course_id": "schemacrawler-shell",
"title": "SchemaCrawler - Introduction to the Interactive Shell",
"description": "Introduction to the SchemaCrawler Interactive Shell"
},
{
"course_id": "schemacrawler-output-files",
"title": "SchemaCrawler - Generating Output Files",
"description": "How to generate database schema output in various formats with SchemaCrawler"
},
{
"course_id": "schemacrawler-examples",
"title": "SchemaCrawler - Examples",
"description": "How to download SchemaCrawler, and run the examples"
},
{
"course_id": "schemacrawler-exploration",
"title": "[Under Development] SchemaCrawler - Explore a New Database",
"description": "How to explore a database you are not familiar with using SchemaCrawler"
}
]
}