Add DatabaseWarning to tag SQLite use warning

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-11 16:22:55 -04:00
parent a10f2330fd
commit a12c90268f
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import absolute_import
class DatabaseWarning(UserWarning):
"""
Warning when using unsupported database backends
"""