Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "dbmate", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "A lightweight, framework-agnostic database migration tool", | ||
@@ -27,10 +27,10 @@ "repository": "https://github.com/amacneil/dbmate", | ||
"optionalDependencies": { | ||
"@dbmate/linux-ia32": "2.5.0", | ||
"@dbmate/linux-x64": "2.5.0", | ||
"@dbmate/linux-arm": "2.5.0", | ||
"@dbmate/linux-arm64": "2.5.0", | ||
"@dbmate/darwin-x64": "2.5.0", | ||
"@dbmate/darwin-arm64": "2.5.0", | ||
"@dbmate/win32-x64": "2.5.0" | ||
"@dbmate/linux-ia32": "2.6.0", | ||
"@dbmate/linux-x64": "2.6.0", | ||
"@dbmate/linux-arm": "2.6.0", | ||
"@dbmate/linux-arm64": "2.6.0", | ||
"@dbmate/darwin-x64": "2.6.0", | ||
"@dbmate/darwin-arm64": "2.6.0", | ||
"@dbmate/win32-x64": "2.6.0" | ||
} | ||
} |
@@ -170,2 +170,3 @@ # Dbmate | ||
- `protocol` must be one of `mysql`, `postgres`, `postgresql`, `sqlite`, `sqlite3`, `clickhouse` | ||
- `username` and `password` must be URL encoded (you will get an error if you use special charactors) | ||
- `host` can be either a hostname or IP address | ||
@@ -172,0 +173,0 @@ - `options` are driver-specific (refer to the underlying Go SQL drivers if you wish to use these) |
34942
577