-
Notifications
You must be signed in to change notification settings - Fork 323
SQLite Driver #2
Comments
While this sounds like a good news, it also prevent from using github.com/mattes/migrate with programs using
Maybe drivers should be optional? I really don't need to import / compile mysql, sqlite, mongo, ... etc. where we're using only postgresql... |
Please see #43 |
Sweet! Is there anything blocking this from being merge?
Thanks
|
Tests fail... :-) |
I'm going to take a look. |
Except from 2 panics, and an issue to create the initial keyspace in cassandra, it's almost done (with docker-composer). I'll post the PR today. It will allow collaborators to run all the tests with just |
I was thinking about using Docker for the build process, too. I would suggest one single Dockerfile with all dependencies (postgres, mysql, ...) installed. I don't think docker-compose is necessary here. I don't know if travis supports running containers though. |
Oh, just read your second post. Forgot to refresh the page. Ok, cool. Waiting for your PR then. |
#54 |
btw, if you want to run the tests, just start a docker, make sure your env is setup ( |
correct other import paths in CI and tests
No description provided.
The text was updated successfully, but these errors were encountered: