I am using bottle v0.12.8 with bottle-sqlite and whenever I start the server I get a warrning:
/usr/local/lib/python2.7/dist-packages/bottle.py:527: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly.
context = self if api > 1 else self._context