1
0
Fork 0

Back to SQLite (#420)

* Deleted Objectbox and went back to SQLite. The database structure is entirely new and optimized for fast performance

* Added slow query stats + cache for even faster performance

* automatic language sorting script 

* legacy database management using SQLiteOpener

* simplified access to the constant settings
This commit is contained in:
Dimo Karaivanov 2024-02-05 13:56:26 +02:00 committed by GitHub
parent e1574c38e5
commit f1657a0285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 1763 additions and 946 deletions

View file

@ -9,13 +9,11 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'gradle.plugin.at.zierler:yaml-validator-plugin:1.5.0'
classpath("io.objectbox:objectbox-gradle-plugin:3.7.1")
}
}
apply plugin: 'com.android.application'
apply plugin: 'at.zierler.yamlvalidator'
apply plugin: "io.objectbox"
apply from: 'gradle/scripts/constants.gradle'
apply from: 'gradle/scripts/dictionary-tools.gradle'