Add pg load file

This commit is contained in:
Ajay Ramachandran 2021-03-08 19:25:20 -05:00
parent b0c7a6c537
commit a4bbc9f2ba

View file

@ -0,0 +1,5 @@
load database
from ./database.db
into postgresql://sponsorblock:pw@127.0.0.1:5432/sponsorTimes
with quote identifiers;