pgloader/test/sqlite.load

7 lines
241 B
Fish

load database
from sqlite:///Users/dim/Downloads/lastfm_tags.db
into postgresql://127.0.0.1:54393/tags
with include drop, create tables, create indexes, reset sequences
set work_mem to '16MB', maintenance_work_mem to '512 MB';