Пример #1
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeGretinaDB
ServerSingleton.set_server(BeGeGretinaDB)
CurrentDBSingleton.set_current_db_module(__name__)
Пример #2
0
def SoudanServer():
    return ServerSingleton.get_server()
Пример #3
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeJCDB
ServerSingleton.set_server(BeGeJCDB)
CurrentDBSingleton.set_current_db_module(__name__)
Пример #4
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import PPCTwoDB
ServerSingleton.set_server(PPCTwoDB)
CurrentDBSingleton.set_current_db_module(__name__)