From 947936279a40f7d4494a5b3b3ac314b83a6e7f1c Mon Sep 17 00:00:00 2001 From: Dale Hui Date: Sun, 18 Aug 2019 18:27:19 -0700 Subject: [PATCH] Update firebird README to reflect lack of official support --- database/firebird/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/database/firebird/README.md b/database/firebird/README.md index bdfef8aa9..63a47723b 100644 --- a/database/firebird/README.md +++ b/database/firebird/README.md @@ -10,3 +10,9 @@ | `role` | | Role name | | `tzname` | | Time Zone name. (For Firebird 4.0+) | | `wire_crypt` | | Enable wire data encryption or not. For Firebird 3.0+ (default is true) | + +## Not officially supported + +If you need a `migrate` CLI that supports Firebird, you'll need need to build it yourself. There are also no guarantees that the integration will work since we're not testing with Firebird. + +For more info, see: https://github.com/golang-migrate/migrate/issues/49#issuecomment-487193672