mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
6 lines
172 B
Fish
6 lines
172 B
Fish
LOAD DATABASE
|
|
FROM mysql://root@localhost:3306/retry
|
|
INTO postgresql:///retry
|
|
|
|
WITH include drop, create tables, create indexes, reset sequences, truncate;
|