Alex Rattray

Results 410 comments of Alex Rattray
trafficstars

I'd also be interested in being able to edit the pg_dump and having a tool (not necessarily this one) generate an editable migration file. This might be accomplishable by calling...

squash/rebase functionality – whether for a periodic compaction or a reconsideration of intentionally-staged commits yet to hit production –  sounds awesome. One idea for implementation would be for `graphile-migrate rebase`...

Bah, I guess I get that… I guess I'm curious, what non-postgres usecases have proven most valuable so far? I always get a bit leery when a deep-db tool adds...

Fair enough! Certainly would want someone to be able to build a mysql plugin if they wanted to without too much confusion. I guess in that case I might cast...

Another related successor project: https://github.com/nettofarah/postgres-schema-ts May also be interesting: https://github.com/xialvjun/ts-sql-plugin And another (much closer to this project, looks _highly_ configurable and well-maintained): https://github.com/rmp135/sql-ts

As you can see from my PR, it was many months before it was reviewed and merged. This is not unheard of in open source. The person who merged it...

Apologies - awesome_print does work in the sense that `ap SomeObj` works as expected; I just thought that the Out would be awesomeprinted as well. Would be awesome to enable...

Yes, sorry, I'm a relative newcomer to ruby and was a bit confused. Here's a gist that shows what I'm looking for: https://gist.github.com/rattrayalex/6c80a1e6d220d236a2ec Though I have a hunch that I...