What is the best way to use an embedded database, say sqlite in Python:
If you don't want to use an ORM, you can give a try to python-sql to create your SQL queries.