Replies: 2 comments 13 replies
-
@qyl27 The SchemaCrawler distribution may build way more than you need. SQLite is definitely not needed if you do not need it. Only build the submodules that you need and comment out the rest in the aggregator POM. I can guide you if you let me know exactly what functionality you need to use. |
Beta Was this translation helpful? Give feedback.
12 replies
-
Also, the new SchemaCrawler will support compiling in Java 21. It will still generate Java 8 class files, though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am trying to build SchemaCrawler in riscv64 platform which has no sqlite-jdbc native library build.
Maybe I should continue distributing assembly without SQLite jdbc driver, but I found the script for creating SQLite test database in the distributing assembly script.
SchemaCrawler/schemacrawler-distrib/src/assembly/distribution.xml
Lines 81 to 97 in c69049f
Is the test database necessary in runtime, or just for testing?
How to Reproduce
No response
Relevant log output
No response
SchemaCrawler Version
16.21.4
Java Version
openjdk 17
Operating System and Version
Arch Linux
Relational Database System and Version
SQLite
JDBC Driver and Version
N/A
Beta Was this translation helpful? Give feedback.
All reactions