brettwooldridge / influx4j

High-performance, zero-garbage, Java client/driver for InfluxDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

influxDB.createDatabase

easykoala opened this issue · comments

when influxDB.createDatabase, Database name connot contains "-",
it returns 404 error

I’ll treat this as a big. In the interim, you can double-quote the database name and it should work.