DumpTruck is a relaxing way to use SQLite from Python.

Install

pip install dumptruck

Use

dt = DumpTruck()
dt.insert({"payload": "10 tons"})
data = dt.dump()

More

Read the docs at GitHub.