Marcin K
74b9fdb3cb
Add reference to README
2019-08-07 01:01:15 +02:00
Dale Hui
fd16003059
Add Go Report Card badge
2019-07-24 22:58:07 -07:00
Kasparas Galdikas
7c76166697
Github Enterprise support ( #234 )
...
* exported Github struct fields and ReadDirectory method
* github ee implementation, tests and docs
* build fixes
* Github Enterprise API endpoint based on docs
* addressing PR comments
* code review
* make linter happy
* parseBool() takes fallback
* pr comments
* tweaks to Config{}
2019-06-16 12:48:01 -07:00
Dale Hui
0d13e794e4
Clean up CLI docs
...
- Move main CLI docs from cli to cmd/migrate
- Clean up markdown
- Update example CLI usage in Docker
2019-06-13 01:30:58 -07:00
Thomas Lokshall
293bfec844
rename mssql driver to sqlserver
2019-05-24 15:16:12 +02:00
Dale Hui
2327ddb52d
Fix reference to MS SQL Server support in README
2019-05-21 10:54:54 -07:00
Nathan Collard
aeb7f633f3
mssql: fix code review comments
2019-05-21 08:44:17 +01:00
Dale Hui
f2e5e31837
Remove offical Firebird support from README
2019-04-26 22:52:56 -07:00
Dale Hui
cac03318eb
List Gitlab as a supported source
2019-03-21 01:54:59 -07:00
Kirill Muratov
2c9773ed89
Added Firebird support ( #191 )
...
* Added Firebird support
* Fixed typo
* Refactoring
* Schema migrations table name don't have to be upper case
* Fixed readme
* Added Firebird 2.5 support
* Removed SchemaName
* Refactoring
2019-03-21 01:51:49 -07:00
Dale Hui
14f26d8818
Update supported Go versions badge
...
Drop 1.10 and add 1.12
2019-03-07 11:42:22 -08:00
Dale Hui
c6c22b34c8
Fix broken "versions" table formatting in README
2019-03-01 18:52:20 -08:00
Dale Hui
752cdc3b11
Update "versions" table in the README
...
- Reflect supported versions
- With Go 1.12 released, module support is no longer an issue
2019-03-01 18:49:12 -08:00
Dale Hui
fd47ba9a9a
Remove TODO for MongoDB database driver
2019-01-08 05:01:48 -08:00
Dale Hui
f24ea4d6c9
Update TravisCI badge after migration from .org to .com
2019-01-07 22:45:35 -08:00
Dale Hui
f694b616aa
Add supported major versions table to README
...
- Consolidates info about migrate major versions
- https://github.com/golang-migrate/migrate/issues/134#issuecomment-446664565
2018-12-13 22:53:07 -08:00
Dale Hui
1bd41c2a0b
README copy tweak
...
- helpers -> snippets
2018-12-13 22:41:26 -08:00
Dale Hui
7db5c9a274
Remove references to `dep` from docs
2018-10-29 10:56:55 -07:00
Dale Hui
fc2b2e9c64
Use v4 for Go module support
2018-10-10 16:16:23 -07:00
Dale Hui
107db3f407
Revert "Remove support for Go modules"
...
This reverts commit 5e96539f55
.
2018-10-10 16:15:33 -07:00
Dale Hui
5e96539f55
Remove support for Go modules
2018-10-10 13:34:03 -07:00
Dale Hui
16dea48c82
Fix module support by opting in to modules
2018-09-14 01:14:42 -07:00
Dale Hui
16f2b1736e
Support Go 1.11 and drop support for Go 1.9
...
- Support modules in Go 1.11
2018-09-04 19:11:19 -07:00
Harald Nordgren
a6eddccfe5
Document that '-source' is a required parameter
2018-08-07 09:53:36 +02:00
Dale Hui
3bd43bedad
Reference mattes/migrate now that golang-migrate/migrate has been detached
...
https://github.com/golang-migrate/migrate/issues/81
2018-08-07 00:17:39 -07:00
Dale Hui
b5edb8e50c
Improve error messaging when URL parsing fails
...
- Improve docs around escaping/encoding reserved URL characters
- Add tests for net/url Parse() and reserved characters to document understanding
- Addresses: https://github.com/golang-migrate/migrate/issues/77
2018-07-24 17:55:58 -07:00
Dale Hui
18583d5a91
Update docs
...
- Addresses: https://github.com/golang-migrate/migrate/issues/67
- Add badge for supported Go versions
- Suggest dep for dependency management
2018-06-27 11:45:54 -07:00
Dale Hui
78dc468555
Merge pull request #47 from dhui/docker_badge
...
Add badge for num docker pulls
2018-06-19 01:33:06 -07:00
Dale Hui
0f16f7f6a2
Rename sources to reflect updated build constraint names
2018-06-12 16:45:56 +08:00
Dale Hui
01ea635328
Add badge for num docker pulls
2018-06-04 18:54:43 +08:00
Dale Hui
fb3d809e81
Cleanup CLI docs
2018-05-12 15:25:19 -07:00
ItsAlex
fb7bb4f87a
add dockerization Fix #23
...
Signed-off-by: Alexandre MARRE <me@itsalex.fr>
2018-05-09 09:48:20 +02:00
Dale Hui
53dd06057f
Add release badge
2018-01-21 02:07:25 -08:00
Dale Hui
012f051f2e
Use cached badges when possible and make badges reflect the state of the master branch
2018-01-21 01:40:41 -08:00
Dale Hui
8684cad808
Update README to reflect the current status of the sqlite driver
2018-01-21 00:20:10 -08:00
Dale Hui
f8fd159fbc
Fork packagecloud releases
2018-01-20 02:10:22 -08:00
Dale Hui
1cf095c51d
Update more references to github.com/mattes/migrate
2018-01-19 14:59:27 -08:00
Dale Hui
3b61abf20a
Update some examples and badges in README to reference new fork
2018-01-19 02:07:34 -08:00
Shane O'Donnell
4ac3ee9d75
Removed '(always included)'
2017-10-23 13:27:24 -04:00
Kirill Shvakov
1f62e3f142
Merge branch 'master' into master
2017-07-08 13:50:51 +03:00
Taylor Wrobel
1d8a881941
Add CockroachDB Support
...
Adds support for CockroachDB. Cockroach uses the postges wire
protocol and has a large amount of common SQL functionality shared
with Postgres, so much of the postgres code was able to be copied
and modified.
Since the protocol is used in determining the driver, and the
Postgres protocol is also used by Cockroach, new connect string
prefixes were added: cockroach:// cockroachdb:// and
crdb-postgres://. These fake protocol strings are replaced in
the connect function with the correct `postgres://` protocol.
TODO: Tests needed (Cockroach has a docker image, so this shouldn't
be too hard)
2017-07-07 23:12:07 -07:00
kshvakov
1440a070c3
Add WithInstance
2017-06-21 17:06:04 +03:00
maxvw
33d5038bd3
adapted the sqlite driver for v3 ( #165 )
2017-06-14 21:58:37 +02:00
Jolan Malassigne
89879968bb
add cassandra driver and function to retrieve networkSettings to get port bound to 9042
2017-06-05 11:03:49 +01:00
maxvw
386ce008d9
adapted the sqlite driver for v3 ( #165 )
2017-06-05 11:02:51 +01:00
Christian Klotz
748ae8f06a
Add Spanner driver
...
Support for Google Cloud Spanner, closes #172 . Includes example migrations ported over from the PostgreSQL driver.
In all examples provided by Google I’ve come across, camel-case is used for table names, columns, etc. Hence the examples use this naming convention.
2017-06-04 21:13:49 +01:00
Matthias Kadenbach
3682bcf9d2
Update README.md
2017-05-18 19:47:23 -07:00
Matthias Kadenbach
857dc4b862
Update README.md
2017-05-18 19:45:53 -07:00
Matthias Kadenbach
1b48b97aa4
Update README.md
2017-05-16 13:27:30 -07:00
Jonathan Bryant
91ecd3cb6a
Added support for Redshift.
...
* Added driver that wraps the standard PostgreSQL driver
* Added build.
* Added driver to documentation.
2017-05-11 15:47:40 -06:00