mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 14:56:59 +02:00
The MySQL connection string parameter for SSL usage is useSSL, so map an option name to our expected values for sslmode in database connection strings. See #748.
4 lines
84 B
Fish
4 lines
84 B
Fish
load database
|
|
from mysql://root@localhost/f1db?useSSL=false
|
|
into pgsql:///plop;
|