SQL database handling
robxu9 opened this issue ยท 6 comments
Handle storage of players in an SQL database (sqlite or mysql, both queries should be the same)
Made easier with 2f4ce11 - one SQL query per file, please.
SQL Functions should be implemented ASAP:
in src/main/resources/sql, the following should be implemented (probably):
-- table: mq_players (folder: player)
add new player (automatically given player ID)
update player level
update player exp
update player class
update player abilities
-- in "setup" folder
setup_player_table.sql to setup player tables
migration_0.sql to setup SQL migration from version 0
blocks #9 until finished.