@galenjs/influx

galenjs influx client.

Usage no npm install needed!

<script type="module">
  import galenjsInflux from 'https://cdn.skypack.dev/@galenjs/influx';
</script>

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()