コード例 #1
0
ファイル: webpy.py プロジェクト: sintrb/BuluBuluBuluz
	def __init__(self):
		self.ctx = Context()
		self.ctx.con = get_connect()
		self.ctx.dba = SinDBAccess(self.ctx.con, debug=False)
		self.ctx.kvdb = SinKVDB(self.ctx.con, table='tb_bulu_kvdb', tag='bulu', cache=False, debug=False, create=True)
コード例 #2
0
ファイル: webpy.py プロジェクト: sintrb/BuluBuluBuluz
	def __init__(self):
		self.kvdb = SinKVDB(get_connect(), table='tb_bulu_kvdb_autotest', tag='bulu', cache=True, debug=False, create=True)