예제 #1
0
파일: __init__.py 프로젝트: gadamc/SoudanDB
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeGretinaDB
ServerSingleton.set_server(BeGeGretinaDB)
CurrentDBSingleton.set_current_db_module(__name__)
예제 #2
0
def get_current_db_module():
    return CurrentDBSingleton.get_current_db_module()