Skip to content

Commit 81855cf

Browse files
authored
Updated README
1 parent 893d683 commit 81855cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ The javaxt-orm library requires Java 8 or higher for Javascript parsing and java
9797
The javaxt-orm library generates Java code that extends/implements javaxt.sql.Model class.
9898
It also calls java.util.Map.ofEntries which was introduced in Java 9.
9999
Therefore, you will need both javaxt-core and Java 9 (or higher) to use the generated code
100-
in your project.
100+
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.
101102

102103

103104
## How to Use With Java 15 and Up

0 commit comments

Comments
 (0)