1.2.0 • Published 2 years ago

@funfunz/json-data-connector v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Funfunz JSON Data Connector

Discord Build Status codecov node npm version PRs Welcome GitHub

Features

This connector use a JSON file for each entity to storage its entries.

Configuration

  • folderPath: absolute path of the folder where this connector should read/write JSON files

Example

const config = {
  connectors: {
    mainDatabase: {
      type: '@funfunz/json-data-connector',
      config: {
        folderPath: path.join(__dirname, 'storage') 
      },
    }
  }
}
const funfunz = new Funfunz({ config, ... })
1.2.0

2 years ago

1.1.0

4 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago