Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1006 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1006 Bytes

dmpgen

Node script to generate huge mysql dump. It generates a table name properties and inserts configured number of rows in the table

Usage

  • Configure DB details, table name and number of rows to generate in config.json
  • Database table should have following columns
    • lat
    • lng
    • price
    • bathrooms
    • bedrooms
  • To start the script, run the below command node index.js

Contributing

We are constantly working on improving my-no-sql and we need all the help we can get.

You can contribute to this project by giving suggestions, fixing open issues or by implementing a new feature. Read our contibution guide here

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌