dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods
For more information check out the documentation here.
pip install dbhelpy
from dbhelpy.dbhelpy import Helpy
db = Helpy('database.db')