github.com/nagyist/migrate/v4@v4.14.6/database/firebird/README.md (about)

     1  # firebird
     2  
     3  `firebirdsql://user:password@servername[:port_number]/database_name_or_file[?params1=value1[&param2=value2]...]`
     4  
     5  | URL Query  | WithInstance Config | Description |
     6  |------------|---------------------|-------------|
     7  | `x-migrations-table` | `MigrationsTable` | Name of the migrations table |
     8  | `auth_plugin_name` | | Authentication plugin name. Srp256/Srp/Legacy_Auth are available. (default is Srp) |
     9  | `column_name_to_lower` | | Force column name to lower. (default is false) |
    10  | `role` | | Role name |
    11  | `tzname` | | Time Zone name. (For Firebird 4.0+) |
    12  | `wire_crypt` | | Enable wire data encryption or not. For Firebird 3.0+ (default is true) |