Join Slack
Powered by
Alright, I need to seed my postgresql database fro...
# orm-help
j
Justin F
08/12/2022, 1:43 AM
Alright, I need to seed my postgresql database from a csv. How should I approach this?
✅ 1
j
Jeremy Hinegardner
08/12/2022, 4:32 AM
I'd start with
https://www.postgresql.org/docs/current/sql-copy.html
(specifically the
copy ... from stdin
style)
n
Nurul
08/12/2022, 7:09 AM
Here’s a tutorial which shows how to import CSV to PostgreSQL table, this might be helpful:
https://www.postgresqltutorial.com/postgresql-tutorial/import-csv-file-into-posgresql-table/
8
Views
Open in Slack
Previous
Next