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
- Host: GitHub
- URL: https://github.com/yezz123/pg-dummy
- Owner: yezz123
- Created: 2022-11-04T08:42:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T23:21:43.000Z (over 1 year ago)
- Last Synced: 2025-04-11T06:47:03.420Z (6 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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 |