コード例 #1
0
def getLocalDb():
    global localDb
    if localDb is None:
        localDb = DB(f"{path}/clearer.{name}.sqlite3")
        if doDebug:
            localDb.echo= True
    return localDb