示例#1
0
 def get_new_connection(self, conn_params):
     # only simulated a connection interface without connecting really
     return Database.connect(**conn_params)
示例#2
0
 def get_new_connection(self, conn_params):
     # only simulated a connection interface without connecting really
     return Database.connect(**conn_params)