提交 8af97223 编写于 作者: Z zyyang

change

上级 b7188547
const taos = require('../tdengine');
var conn = taos.connect({host: "127.0.0.1", user: "root", password: "taosdata", config: "/etc/taos", port: 6030});
var c1 = conn.cursor();
c1.query('select * from test.weather', true).then(function (result) {
result.pretty();
});
conn.close();
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册