return db-object to allow low-level access from outside via connect()
This commit is contained in:
parent
df5b1f3806
commit
24db0d1499
1 changed files with 1 additions and 0 deletions
|
|
@ -60,3 +60,4 @@ def connect(db, username=None, password=None, **kwargs):
|
|||
_db_name = db
|
||||
_db_username = username
|
||||
_db_password = password
|
||||
return _get_db()
|
||||
Loading…
Add table
Add a link
Reference in a new issue