How to Solve NameError: name 'SqliteDict' is not defined -- sqlitedict

Solution: Import the 'SqliteDict' module

To Solve the error, add the following line to the top of your code.

from sqlitedict import SqliteDict

 

For more information:
Python sqlitedict SqliteDict