refactor + cache de la bdd

This commit is contained in:
marc barbier
2021-01-13 23:41:32 +01:00
parent 568e577173
commit 3d6224e3af
8 changed files with 205 additions and 140 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class DBConnector {
try {
// db parameters
String url = "jdbc:sqlite:" + dbFile;
System.out.println(url);
Log.i("DB",url);
// create a connection to the database
conn = DriverManager.getConnection(url);