mattes / migrate

Database migrations. CLI and Golang library.
Other
2.29k stars 326 forks source link

Handling COPY FROM stdin? #316

Open Mistobaan opened 6 years ago

Mistobaan commented 6 years ago

Does migrate handles copy from stdin migration files?

COPY "recipe_id_map" ("recipe_uuid", "ndb_no") FROM STDIN WITH DELIMITER as '~' QUOTE as '@' CSV ;
c92a3f54-6113-5ef4-8a82-f8a366cf499c~01001
\.