This is a how to create use python sqlite database and dataclass # import the desired module that will be use by the application from dataclasses import dataclass import sqlite3 # Create a data class to help getting and adding data to and from the da...