sailscastshq / captain-vane

Generate realistic test data for your Waterline model
https://docs.sailscasts.com/captain-vane
MIT License
3 stars 1 forks source link

Provide a dry run option for captain-vane #3

Closed haastrupea closed 2 years ago

haastrupea commented 2 years ago

Currently, captain-vane would create a record in the database with the generated records.

It would be nice to have captain-vane create these records and return them without storing them in the database. which can be useful for debugging or even be used for other use cases other than storage in the database.

DominusKelvin commented 2 years ago

Hey created a PR to fix this. See here #4