rogueserver/api/savedata
Up 1f95f7c042
hotfix: move save data to DB ()
* start reading save data from DB

* finish migration code

* remove leftover dir creation

* fix import cycle

* remove more dir creation

* update gitignore

* fix pk

* better table creation

* use REPLACE INTO

* fix typo
..
clear.go hotfix: move save data to DB ()
common.go hotfix: move save data to DB ()
delete.go hotfix: move save data to DB ()
get.go hotfix: move save data to DB ()
update.go hotfix: move save data to DB ()