I've been trying to solidify what type of database migration tech I'd like to use for my app. I recently had an internship where they were using Flyway, but the backend was running a JVM stack, so I think that helped it integrate a bit more idiomatically (perhaps). Therefore my question is for those of you using Flyway, how is it integrated into your stack? Does it still need the JDBC drivers to work properly even if the environment is not involved with the JVM? I've tried searching for some example repositories, but it really doesn't seem like this particular combination of node and flyway is popular.I'm open to other migration tech suggestions as well. I chose Flyway because it let's me write the migrations in pure SQL and not deal with abstractions from an ORM, but I'm still open for any suggestions if anybody is really gunning for whatever they're using.Thanks!
Submitted September 03, 2020 at 05:35PM by hold-the-pants
No comments:
Post a Comment