diff --git a/bottle_sqlite.py b/bottle_sqlite.py index d37ae28..434801c 100755 --- a/bottle_sqlite.py +++ b/bottle_sqlite.py @@ -50,6 +50,7 @@ class SQLitePlugin(object): settings on a per-route basis. ''' name = 'sqlite' + api = 2 def __init__(self, dbfile=':memory:', autocommit=True, dictrows=True, keyword='db'):