I'm wondering if the authors here have given consideration to implementing declarative configuration table changes. i.e. you would declare your reference tables' data with INSERT statements, and the tool would compare it to the database and generate the needed INSERT, UPDATE or DELETE statements to bring the reference data up to date.
I believe Atlas can do this, and it seems like a major hole in the functionality.
If it sounds like a good idea, perhaps I might try giving it a shot of adding it and submitting a pull request. But if it's not wanted here, maybe I would create a completely separate project.
I'm wondering if the authors here have given consideration to implementing declarative configuration table changes. i.e. you would declare your reference tables' data with INSERT statements, and the tool would compare it to the database and generate the needed INSERT, UPDATE or DELETE statements to bring the reference data up to date.
I believe Atlas can do this, and it seems like a major hole in the functionality.
If it sounds like a good idea, perhaps I might try giving it a shot of adding it and submitting a pull request. But if it's not wanted here, maybe I would create a completely separate project.