shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.39k stars 109 forks source link

refactor: datasource #262

Closed chesedo closed 2 years ago

chesedo commented 2 years ago

This reworks RelationalDataSource to make it easier to implement sqlx datasources in the future with less code duplication. Born from the #187 discussion