Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 Golang API 向 Influxdb 写入数据,但是如果数据库不存在,则无法写入。
那么,我应该如何使用 InfluxDB1.8 Golang API 来判断数据库是否存在呢?
如果不存在,如何使用 API 创建数据库?