-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
I know you said you were part of the way through making one and also said: "I decided that to start I'm going to have a "volt db:reconcile" or something that takes the current model fields and migrates them to the new state when you run it. (so a mix between auto-migrations and explicit migrations.. you control when, but not how basically), then we can add more options for controlling how later.".
I'd like to help out if I can, have you pushed up the code? Also, have you seen https://github.com/DAddYE/mini_record, it's a great gem that already does what you need. The only problem is that it's for activerecord and not sequel. The best approach might be to port this to work with sequel and then use that to build volt-sql. Thoughts?