@galenjs/influx
v1.4.0
Published
galenjs influx client.
Downloads
3
Readme
influx
galenjs influx client.
Usage
const createInfluxClient = require('influx')
const bootstrap = async () => {
const db = await createInfluxClient(schemas, {
host: '127.0.0.1',
database: 'test'
})
}
bootstrap()