...
1# bitbucket
2
3This driver is catered for those that want to source migrations from bitbucket cloud(https://bitbucket.com).
4
5`bitbucket://user:password@owner/repo/path#ref`
6
7| URL Query | WithInstance Config | Description |
8|------------|---------------------|-------------|
9| user | | The username of the user connecting |
10| password | | User's password or an app password with repo read permission |
11| owner | | the repo owner |
12| repo | | the name of the repository |
13| path | | path in repo to migrations |
14| ref | | (optional) can be a SHA, branch, or tag |
View as plain text