Files
Abhinav Nair 885d03c4af Replace deprecated ioutil pkg with os & io
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.

So replacing all usage of ioutil pkg with io & os.
2022-06-26 16:57:29 +08:00
..

bitbucket

This driver is catered for those that want to source migrations from bitbucket cloud(https://bitbucket.com).

bitbucket://user:password@owner/repo/path#ref

URL Query WithInstance Config Description
user The username of the user connecting
password User's password or an app password with repo read permission
owner the repo owner
repo the name of the repository
path path in repo to migrations
ref (optional) can be a SHA, branch, or tag