예제 #1
0
def Connect(*args, **kwargs):
    """
    Connect to the database; see connections.Connection.__init__() for
    more information.
    """
    return Connection(*args, **kwargs)
예제 #2
0
 def connect(self, *args, **kwargs):
     return Connection(*args, **kwargs)