sqlite3 is required for this repository, but can be changed to any kind of sql pool.
Starting database included in this repository Database.db has one table created with following command:
CREATE TABLE Users(ID integer PRIMARY KEY AUTOINCREMENT, username TEXT NOT NULL UNIQUE, password TEXT NOT NULL);