mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
80 B
Python
8 lines
80 B
Python
|
|
import taos
|
||
|
|
|
||
|
|
conn = taos.connect()
|
||
|
|
|
||
|
|
|
||
|
|
def print_all():
|
||
|
|
result = conn.query()
|