@@ -5,7 +5,7 @@ It is based on the wonderful https://github.com/maskarade/Android-Orma by [FUJI
55<br >
66This is a rewrite in pure java, to generate most stuff you need and then add it to your project
77either 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 >
99<br ><br >
1010~~ sadly [ sqlite-jdbc] ( https://github.com/xerial/sqlite-jdbc ) project decided that it needs ``` slf4j-api jar ``` (for no good reason).~~
1111this 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>
1515
1616[ ![ build] ( https://github.com/zoff99/iocipher_pack/actions/workflows/ci.yml/badge.svg )] ( https://github.com/zoff99/iocipher_pack/actions/workflows/ci.yml )
1717
18+ <img src =" https://raw.githubusercontent.com/zoff99/sorma2/refs/heads/master/sorma2_coms.png " width =" 300 " >
1819
1920# Usage
2021
@@ -39,7 +40,7 @@ public class Person
3940
4041now create the Java sources with the Java SORMA2 Generator. <b >you need at least java 17</b >.<br >
4142``` 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" \
4344 com/zoffcc/applications/sorm/Generator " gen"
4445```
4546
@@ -79,7 +80,7 @@ see: https://github.com/zoff99/sorma2/tree/master/test
7980
8081<img src =" https://github.com/zoff99/sorma2/releases/download/nightly/console_screen.png " width =" 70% " >
8182
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 >
8384Check ` TestSorma.java ` for an Example usage.
8485<br >
8586
0 commit comments