This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
As already asked and suggested in #4 there is a need to define what Databse and DB-Accessor will be used.
My suggestion would be To use SQLite and JOOQ.
SQLite needs almost no setup and thus makes the bot more accessible for newer people.
On top of that JOOQ makes the Database exchangable and abstracts raw SQL.
Yet JOOQ code is still pretty close to plain SQL which makes it again good for beginners learning SQL.
We definetly need some more feedback on frameworks and libraries. Maybe someone else knows a better combo.