An open API service indexing awesome lists of open source software.

https://github.com/yezz123/pg-dummy

A simple Script Help to insert Some Dummy Data to Populate Database For Testing
https://github.com/yezz123/pg-dummy

Last synced: 4 months ago
JSON representation

A simple Script Help to insert Some Dummy Data to Populate Database For Testing

Awesome Lists containing this project

README

          

# pg-dummy

A simple Script Help to insert Some Dummy Data to Populate Database For Testing

| Options | Description |
|---------|------------------------------------------------------|
| `-d` | The database with which you wish to connect |
| `-n` | The hostname or IP of the PostgreSQL database |
| `-p` | The password of the connection user |
| `-l` | The length you want the dummy inserter to run |
| `-t` | The database table onto which you wish to write data |
| `-u` | The user with which to connect |