snuyanzin / datafaker-gen

1 stars 5 forks source link

Add support for multiple sinks #7

Open RVRhub opened 1 year ago

RVRhub commented 1 year ago

The main idea of being able to specify server sinks from the CLI, for instance:

bin/datafaker_gen -f xml -n 10 -sink cli textfile:json textfile:sql

or without default format

bin/datafaker_gen -n 10 -sink cli:xml textfile:json textfile:sql