In some cases it is useful to mark migration as completed without actually run it (when changes for some reason are already in place, for instance when they has been applied manually on production).
Does it sound like something worth to be added?
This is already supported with the
yoyo mark
command.
I need a migrations solution to manage TinyDB databases, before writing a new tool, I might contribute to this project, but before that I'd like to ask:
- Would you welcome such a feature?
- Could you give me a small brief on how to implement a new backend?
Thanks
I'm happy to support more databases, but at first glance TinyDB doesn't look like it supports SQL, which is a requirement for yoyo. So right now yoyo is probably not a good fit for this problem.
I'm not familiar with TinyDB though, so if I've misunderstood, please feel free to open a new issue or mailing list post where we can talk about the implementation :)