0.1.4 • Published 3 years ago

@gabrielrufino/fill v0.1.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

fill

Fill databases with dummy data using yaml files

Getting started

npm i -g @gabrielrufino/fill
fill config.yml

Config file

version: 0

config:
  connection:
    type: postgres
    host: localhost
    port: 5432
    user: root
    pass: root
    database: testing
  tables:
    - name: users
      quantity: 300
      columns:
        - name: name
          generator: 'name.findName'
        - name: company
          value: Dell
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago