How to Solve NameError: name 'SQLitePlugin' is not defined -- bottle_sqlite

Solution: Import the 'SQLitePlugin' module

# Add the following line to the top of your code
from bottle_sqlite import SQLitePlugin

 

For more information:
bottle_sqlite SQLitePlugin