@gabrielrufino/fill
v0.1.4
Published
Fill databases with dummy data using yaml files
Downloads
17
Readme
fill
Fill databases with dummy data using yaml files
Getting started
npm i -g @gabrielrufino/fill
fill config.ymlConfig 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