Import a Postgres .sql file
Is there a good way to import a .sql file into the Railway postgres database?
Project ID: 988851b6-78d5-44de-a73d-3e5b6468c8bf
2 Replies
Project ID:
988851b6-78d5-44de-a73d-3e5b6468c8bf
You would want to use a client such as DBeaver, DataGrip, or PGAdmin4 to connect.
They will then provide you with a way to either import from file, or you can copy sections and run them as a query