hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the database helper module to support generating new databases and verify existing ones

CrsiX opened this issue · comments

commented

It would be cool to automatically generate the database layout based on a static database scheme. Additionally, this allows us to verify the integrity of the database layout. All this stuff should be placed in the dbhelper module or at least somewhere in the state package (because of the design goal that no database stuff resides outside state).

commented

This has been done in #58.