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