We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893d683 commit 81855cfCopy full SHA for 81855cf
README.md
@@ -97,7 +97,8 @@ The javaxt-orm library requires Java 8 or higher for Javascript parsing and java
97
The javaxt-orm library generates Java code that extends/implements javaxt.sql.Model class.
98
It also calls java.util.Map.ofEntries which was introduced in Java 9.
99
Therefore, you will need both javaxt-core and Java 9 (or higher) to use the generated code
100
-in your project.
+in your project. In addition, you will need JTS if you include a `geo` or `geometry` type.
101
+Last but not least, you will need to include a JDBC driver in your project for persistance.
102
103
104
## How to Use With Java 15 and Up
0 commit comments