Friday, 14 June 2019

Wrote a little npm package to auto generate fake data from sequelize schema

https://github.com/foysalit/faquelI'm working on a project that has a LOT of sequelize models and having to generate a lot of testing data got repetitive real fast so I wrote a library that generates fake data using faker.js directly from sequelize schema/model.I wrote it using typescript but it ended up being not very typescript-esque so feel free to contribute.

Submitted June 14, 2019 at 10:49PM by foysalit

No comments:

Post a Comment