Commit Graph

11 Commits

Author SHA1 Message Date
dimag 175550643c changed import paths to point to dimag-jfrog 2017-01-07 16:24:14 +02:00
Philippe Lafoucrière 9754378aa5 Move the registry to driver package
We can't test driver.New methods because of circular imports.
That's probably why the initial code had a map[string]interface{} as
registry: it removes a dependency import.
I prefer the remove the registry and have a registry returning a real
Driver. It will ease the development later.
2015-10-22 16:29:26 -04:00
Dave Jeffrey 0741616d2e Don't load in all drivers by default #40
Requires activating drivers with a _ style import, e.g.
import "_ github.com/mattes/migrate/driver/postgres"
2015-06-11 11:11:28 +01:00
mattes 0cc80701a7 add Close() func #7 2014-08-25 17:44:45 +02:00
mattes dad5b36dbb pass file instead of files to migrate and implement soft shutdown 2014-08-13 22:45:23 +02:00
mattes cb82ec44c0 update tests 2014-08-13 16:58:08 +02:00
mattes 76da61b545 improve comments and add license 2014-08-13 03:37:48 +02:00
mattes b545420127 add bash driver again 2014-08-12 03:20:28 +02:00
mattes b3835d4bde add channel support 2014-08-12 03:16:37 +02:00
mattes 7e57bf3c56 Update Readme 2014-08-11 03:58:22 +02:00
mattes a45e244a71 initial 2014-08-11 03:42:57 +02:00