Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@grial/connector-faker

sergiodxa17MIT1.0.2

The Grial connector for faker

grial, grial-connector, faker

readme

@grial/connector-faker

Grial datasource connector for faker.

Required enviroment variables

  • FAKER_LOCALE => language locale (default: en)
  • FAKER_SEED => randomness seed (default: null)

Usage

Install it

npm i @grial/connector-faker

Add it to your connectors.js files

exports.faker = require('@grial/connector-faker')

API

It use the faker package and it return the module.