Air5
  • About
  • Installation
  • Providers
  • Usage Examples
    • Mongo
    • Redis
    • LevelDB
    • RocksDB
    • SQLite
    • NeDB
    • Enmap
    • PouchDB
    • AirDB
    • LowDB
    • YAML
    • JSON
    • TSON
    • JSON5
    • CSON
    • BSON
    • FLAT
    • CSV
    • Memory
  • Creating Providers
  • Complete Examples
Powered by GitBook
On this page

Was this helpful?

  1. Usage Examples

CSON

Installation

npm i air5@latest --save

npm i air5-cson@latest --save

Usage

const Air5 = require('air5')

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

Last updated 4 years ago

Was this helpful?