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
9 lines
126 B
Properties
9 lines
126 B
Properties
## Project Configurations
|
|
|
|
# Proj Metadata
|
|
moduleVersion = 0.5.4
|
|
|
|
# dependencies
|
|
lib_postgres_driver = 42.5.1
|
|
lib_gson = 2.10
|