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

TSON

Installation

npm i air5@latest --save

npm i air5-tson@latest --save

Usage

const Air5 = require('air5')

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

Last updated 4 years ago

Was this helpful?