On Wed, Feb 24, 2016 at 03:26:16PM -0800, Jeremy Evans wrote: > Can you explain your use case for this? If you already have a schema_info/ > schema_migrations table, you are probably already using migrations, and > therefore I'm not sure why you'd want to do this.
I can't speack for Giovanni, but I had the same problem in the past and would welcome a schema loader. My main use case is to load the schema of my web application before running my test suite. For some time (before I started adding complex functionality), I was using a dumper/loader approach. As you already said the dumper is pretty limited with regard to schemas with more complexity so whenever I need to drop the old schema I changed the approach to run my migrations on the test environment. As Sequel is much more generalist than ActiveRecord in it's use, I wonder that supporting a fully featured dumper/loader would be a herculeous task, but that would be amazing. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
