mirror of
https://github.com/Eyre-S/sekai-scores.git
synced 2024-11-22 11:14:56 +08:00
Eyre_S
7d503f3723
- 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
10 lines
121 B
Properties
10 lines
121 B
Properties
## Project Configurations
|
|
|
|
# Proj Metadata
|
|
projVersion = 0.8
|
|
|
|
|
|
# Dependencies
|
|
lib_junit_v = 5.9.0
|
|
lib_spotbugs_v = 4.7.3
|