Skip to content

Instantly share code, notes, and snippets.

View Whatshiywl's full-sized avatar
🦑
Alive

Whatshiywl

🦑
Alive
View GitHub Profile
@Whatshiywl
Whatshiywl / Main.java
Last active October 2, 2023 23:36
SchemaCrawler API serialize
package foo.bar;
import java.nio.file.Paths;
import java.util.logging.Level;
import schemacrawler.schemacrawler.LimitOptionsBuilder;
import schemacrawler.schemacrawler.LoadOptionsBuilder;
import schemacrawler.schemacrawler.SchemaCrawlerOptions;
import schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder;
import schemacrawler.schemacrawler.SchemaInfoLevelBuilder;