1.0.22 • Published 1 month ago

w-data-collector v1.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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](https://github.com/yuda-lyu/w-data-collector/blob/master/gt.mjs)]
```alias
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
1.0.22

1 month ago

1.0.21

2 months ago

1.0.20

2 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago