1
0
mirror of https://github.com/Eyre-S/sekai-scores.git synced 2024-11-22 03:04:55 +08:00
todo for it
Go to file
Eyre_S 2fd49d2bdb
add database config class in cli. add a function that can get all songs object from songs definition class.
- changed the target database from mysql to postgresql
  - so the db.table_prefix changed to db.struct.
- added getAll on Difficulties type
- renamed sekai-scores-db to sekai-meta
- add a new resource file, it will be the next song data storage method.
2022-11-28 18:03:21 +08:00
gradle/wrapper init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
sekai-cli add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
sekai-meta add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
src/main/java/cc/sukazyo/sekai_scores add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
.gitignore add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
build.gradle add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
gradle.properties add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00
gradlew init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
gradlew.bat init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
settings.gradle add database config class in cli. add a function that can get all songs object from songs definition class. 2022-11-28 18:03:21 +08:00