CSON
Installation
npm i air5@latest --save
npm i air5-cson@latest --saveUsage
const Air5 = require('air5')
const database = new Air5('example-name', {
provider: 'cson',
path: './air5/'
})Last updated
Was this helpful?
npm i air5@latest --save
npm i air5-cson@latest --saveconst Air5 = require('air5')
const database = new Air5('example-name', {
provider: 'cson',
path: './air5/'
})Last updated
Was this helpful?