generated from geekiot/python-template
Refactor [database]: update function for connect to db name
This commit is contained in:
parent
619b2be6ea
commit
43a2002889
3 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__all__ = ["create_session", "create_db", "drop_db"]
|
||||
__all__ = ["get_session", "create_db", "drop_db"]
|
||||
|
||||
|
||||
from .session import create_db, create_session, drop_db
|
||||
from .session import create_db, drop_db, get_session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue