DatabaseΒΆ

We will create a database layer with the use of score.sa.orm, which is built on top of the excellent sqlalchemy library. After defining the python classes, we will also add the connection configuration to our config file and initialize the app to create our database.