Exemplo n.º 1
0
 def setUp(self):
     self.conn = pyclickhouse.Connection('localhost:8123')
     self.cursor=self.conn.cursor()
Exemplo n.º 2
0
 def setUp(self):
     self.conn = pyclickhouse.Connection('localhost:8124')
     self.cursor = self.conn.cursor()
     self.cursor.ddl("create database if not exists test")
     self.cursor.ddl("drop table if exists test")