w-data-collector

1.0.22 • Public • Published

w-data-collector

An collector for data.

language npm version license gzip file size npm download 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-es 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

/w-data-collector/

    Package Sidebar

    Install

    npm i w-data-collector

    Weekly Downloads

    7

    Version

    1.0.22

    License

    MIT

    Unpacked Size

    1.33 MB

    Total Files

    63

    Last publish

    Collaborators

    • semisphere