JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q30186F
  • License Apache-2.0

Air5 CarbonDB Adapter

Package Exports

  • air5-carbon

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (air5-carbon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Air5-CarbonDB

npm npm NPM

Logo

Air5 CarbonDB Adapter.

NPM

Installation

npm i air5@latest --save

npm i air5-carbon@latest --save

Usage

const Air5 = require('air5')

const database = new Air5('example-name', {
    provider: 'carbonDB',
    path: './air5/'
})

Copyright 2020 Jairus Tanaka - Apache 2.0