Skip to content

🪄 a CLI to automatically fill a database with random data

Notifications You must be signed in to change notification settings

muslemomar/db-filler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪄 DB Filler

DB Filler DB Filler is a CLI tool designed to automate the process of filling a database with random realistic data. It automatically checks the schema of your tables to insert realistic data, including handling relational tables.

Features

  • Database Support : Works with MySQL only (PostgreSQL support coming soon!)

  • Random Realistic Data Generation : Automatically populates tables with random, realistic data.

  • Relation Tables: Supports inserting data into relational tables.

  • CLI Interface : Simple command-line interface for easy use.

  • Customizable : Allows specification of the number of rows to insert.

Usage

To use the DB Filler, you can run the CLI tool with npx and follow the prompts:

npx db-filler

Guide:

  1. Select Database Type : Currently supports MySQL only.

  2. Enter Database Credentials : Provide the host, user, password, etc.

  3. Specify Rows to Insert : Define the number of rows to populate in each table.

Example Output

Untitled

License

This project is licensed under the MIT License.

About

🪄 a CLI to automatically fill a database with random data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published