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 7d503f3723
complete cli import song from sekai-master-db
- and added database struct can execute some postgres sekai database action
  - now can insert a Song (without its Difficulties)
  - now can search if a Song exists(by id)
  - added a SekaiDifficulties type struct targeting to database type
  - added a struct SekaiSongDifficulties.DatabaseStruct targeting to database its table struct
- added a class PostgresSession for manager a database action flow
  - and reforged PostgresConfig#connect() to implement it
2022-12-07 22:19:16 +08:00
gradle/wrapper init project (and a subproject cli) 2022-10-09 00:49:26 +08:00
sekai-cli complete cli import song from sekai-master-db 2022-12-07 22:19:16 +08:00
sekai-database complete cli import song from sekai-master-db 2022-12-07 22:19:16 +08:00
sekai-meta change data/meta definition. 2022-12-05 22:16:06 +08:00
src/main/java/cc/sukazyo/sekai_scores complete sekai-master-db song(music) parse 2022-12-07 13:27:32 +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 complete cli import song from sekai-master-db 2022-12-07 22:19:16 +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 change data/meta definition. 2022-12-05 22:16:06 +08:00