SQLite – a lightweight relational database used to store persistent data. SQLAlchemy – an Object Relational Mapper (ORM) that allows us to work with database tables as Python classes instead of ...