Evan Elias
Evan Elias
This PR adjusts the transport/ssh logic in `command.connect()`, populating `ssh.ClientConfig.HostKeyAlgorithms` automatically now. The algorithms are chosen based on the known host keys for the target host, as obtained from the...
This is a proposal to adjust the mechanics of Skeema's built-in Docker interactions. If you use Skeema's [workspace=docker](https://www.skeema.io/docs/options/#workspace) option, this change could affect you. We aren't necessarily going ahead with...
When connecting to a database on `localhost`, Skeema defaults to looking for the Unix domain socket at path `/tmp/mysql.sock`, as this is the baseline default in both [MySQL](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_socket) and [MariaDB](https://mariadb.com/kb/en/library/server-system-variables/#socket)....
In situations where there are multiple unrelated unsharded hosts in each environment, it is possible that different auth creds must be used for each host or even for each database....
See https://www.skeema.io/docs/requirements/#renaming-columns-or-tables, as well as discussion on issue #5, for background explanation on the complexity with supporting renames in a declarative system. These docs also mention the currently-supported work-arounds in...
Skeema does not yet support events. This issue tracks the feature request, which has been split out from #41. Considering this low-priority, unless there's sufficient user interest.
- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...