@@ -5,7 +5,7 @@ It is based on the wonderful https://github.com/maskarade/Android-Orma by [FUJI
5
5
<br >
6
6
This is a rewrite in pure java, to generate most stuff you need and then add it to your project
7
7
either as a ``` .jar file ``` or as ``` java source ``` .<br >
8
- You still need to add ``` sqlite-jdbc-3.50.1 .0.jar ``` to your project to use it.<br >
8
+ You still need to add ``` sqlite-jdbc-3.50.2 .0.jar ``` to your project to use it.<br >
9
9
<br ><br >
10
10
~~ sadly [ sqlite-jdbc] ( https://github.com/xerial/sqlite-jdbc ) project decided that it needs ``` slf4j-api jar ``` (for no good reason).~~
11
11
this was solved by: https://github.com/xerial/sqlite-jdbc/pull/1178
@@ -15,6 +15,7 @@ see: https://github.com/xerial/sqlite-jdbc/issues/1094<br>
15
15
16
16
[ ![ build] ( https://github.com/zoff99/iocipher_pack/actions/workflows/ci.yml/badge.svg )] ( https://github.com/zoff99/iocipher_pack/actions/workflows/ci.yml )
17
17
18
+ <img src =" https://raw.githubusercontent.com/zoff99/sorma2/refs/heads/master/sorma2_coms.png " width =" 300 " >
18
19
19
20
# Usage
20
21
@@ -39,7 +40,7 @@ public class Person
39
40
40
41
now create the Java sources with the Java SORMA2 Generator. <b >you need at least java 17</b >.<br >
41
42
``` bash
42
- java -classpath " .:sqlite-jdbc-3.50.1 .0.jar:sorma2.jar" \
43
+ java -classpath " .:sqlite-jdbc-3.50.2 .0.jar:sorma2.jar" \
43
44
com/zoffcc/applications/sorm/Generator " gen"
44
45
```
45
46
@@ -79,7 +80,7 @@ see: https://github.com/zoff99/sorma2/tree/master/test
79
80
80
81
<img src =" https://github.com/zoff99/sorma2/releases/download/nightly/console_screen.png " width =" 70% " >
81
82
82
- Use the ` sorma_generated.jar ` (that is generated in the ` gen ` directory) and ` sqlite-jdbc-3.50.1 .0.jar ` for the Java project.<br >
83
+ Use the ` sorma_generated.jar ` (that is generated in the ` gen ` directory) and ` sqlite-jdbc-3.50.2 .0.jar ` for the Java project.<br >
83
84
Check ` TestSorma.java ` for an Example usage.
84
85
<br >
85
86
0 commit comments