predicedbseeder
v1.0.10
Published
Predice database seeder
Readme
📦 Predice DB Seeder
A simple database seeder for the Predice project using MySQL.
This tool helps developers quickly populate their local database with dummy data for testing and development.
✨ Features
- 🌱 Auto-seeds dummy data into MySQL
- 🔧 Easy to configure database credentials
- 🎨 Pretty logs with colors (using
chalk) - ⚡ Fast seeding with
mysql2
📥 Installation
You may wabt to create your MySQL database first, name it whatever you want (eg. predice, predice_db, etc.)
Install the seeder package:
npm install predicedbseederThen run the start command:
npx predicedbseederThe package will ask you for host name, database name, user name and password.

Please provide it carefully.
