w-data-collector

1.0.17 • Public • Published

w-data-collector

An collector for data.

language npm version license gzip file size npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Installation

Using npm(ES6 module):

Note: w-data-collector is mainly dependent on lodash and wsemi.

npm i w-data-collector

Example for genIndex:

Link: [dev source code]

import genIndex from 'w-data-collector/src/genIndex.mjs'

genIndex('./src/schema/tables', './src/schema', {})
// => genIndex done

Example for genTestdata:

Link: [dev source code]

import genTestdata from 'w-data-collector/src/genTestdata.mjs'
import ds from './index.mjs'
import { woItems } from '../../server/mOrm.mjs'

genTestdata(ds, woItems, {})
// => genTestdata done

Install

npm i w-data-collector

DownloadsWeekly Downloads

99

Version

1.0.17

License

MIT

Unpacked Size

1.34 MB

Total Files

60

Last publish

Collaborators

  • semisphere