change the driver which is compatible with sqlcipher and modified the way to connect the encrypted sqlite db file

This commit is contained in:
ChessNineeee
2021-04-06 23:16:50 +08:00
parent aa2761b10e
commit f6da0c30ba
5 changed files with 61 additions and 8 deletions
+8 -3
View File
@@ -94,12 +94,17 @@
<version>3.0.8</version>
</dependency>
<!-- Sqlite Driver-->
<!-- Sqlite Driver compatible with sqlcipher-->
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<!-- <dependency>-->
<!-- <groupId>org.xerial</groupId>-->
<!-- <artifactId>sqlite-jdbc</artifactId>-->
<!-- <version>3.28.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.xerial</groupId>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.28.0</version>
<version>3.35.4</version>
</dependency>