示例#1
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeJCDB
ServerSingleton.set_server(BeGeJCDB)
CurrentDBSingleton.set_current_db_module(__name__)
示例#2
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeGretinaDB
ServerSingleton.set_server(BeGeGretinaDB)
CurrentDBSingleton.set_current_db_module(__name__)
示例#3
0
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import PPCTwoDB
ServerSingleton.set_server(PPCTwoDB)
CurrentDBSingleton.set_current_db_module(__name__)