You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/firebird/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,9 @@
10
10
|`role`|| Role name |
11
11
|`tzname`|| Time Zone name. (For Firebird 4.0+) |
12
12
|`wire_crypt`|| Enable wire data encryption or not. For Firebird 3.0+ (default is true) |
13
+
14
+
## Not officially supported
15
+
16
+
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.
17
+
18
+
For more info, see: https://github.com/golang-migrate/migrate/issues/49#issuecomment-487193672
0 commit comments