Paul M. Jones
Paul M. Jones
@Wirone I think I have it -- review again as convenient!
> wanted to know if this would fit in the domain of what Sql_Schema does I believe it does, yes. PRs definitely welcome on this.
I think the simpler this starts, the better. I have begun work on a "migration" branch: https://github.com/auraphp/Aura.SqlSchema/tree/migration
@jburns131 Any progress on this?
Little if any progress here. There is the beginning of a [migration branch](https://github.com/auraphp/Aura.SqlSchema/tree/migration) but it has been unattended for quite a while. @pavarnos you may want to look at that,...
@dkarlovi [pmjones/php-styler](https://github.com/pmjones/php-styler) may be useful to you here.
@lcobucci First, no problem on the delay -- we all are busy. :-) Second, thanks for your patience and consideration. As always, please feel free to ignore any of my...
@lcobucci The alternative PR at #283 should address your concern about "not creating unnecessary objects" by moving the DI functionality to a separate Settings object. The one presented in the...
Thinking on this some more: enabling something more like "real" dependency injection might be preferable. As a proof-of-concept, see these three sequential PRs: - modifies RouteCollector to remove DataGenerator from...